OpenSSL: install EVP_CIPHER_CTX_get_app_data.3 once

A separate EVP_CIPHER_CTX_get_app_data.3 was added in the OpenSSL 3.5.5
import, but the link to EVP_EncryptInit.3 was still being installed
which stomped on the file and created inconsistent entries in the METALOG.

Reviewed by:	emaste
Found by:	package_check script in Cirrus-CI
Fixes:		1731fc70f7 ("OpenSSL: update vendor sources to match 3.5.5 content")
Sponsored by:	Innovate UK
Differential Revision:	https://reviews.freebsd.org/D55332
This commit is contained in:
Brooks Davis
2026-02-17 18:24:29 +00:00
parent 960719762f
commit c4130a8a84
-1
View File
@@ -1973,7 +1973,6 @@ MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_CTX_free.3
MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_CTX_get0_cipher.3
MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_CTX_get0_name.3
MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_CTX_get1_cipher.3
MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_CTX_get_app_data.3
MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_CTX_get_block_size.3
MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_CTX_get_iv_length.3
MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_CTX_get_key_length.3