git: c4130a8a84e1 - main - OpenSSL: install EVP_CIPHER_CTX_get_app_data.3 once
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Feb 2026 18:25:22 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=c4130a8a84e1ce0fc9c05d2b48f83e66ade302aa
commit c4130a8a84e1ce0fc9c05d2b48f83e66ade302aa
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2026-02-17 18:24:29 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2026-02-17 18:24:29 +0000
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: 1731fc70f734 ("OpenSSL: update vendor sources to match 3.5.5 content")
Sponsored by: Innovate UK
Differential Revision: https://reviews.freebsd.org/D55332
---
secure/lib/libcrypto/man/man3/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/secure/lib/libcrypto/man/man3/Makefile b/secure/lib/libcrypto/man/man3/Makefile
index 01c40aed495e..172444fcb68c 100644
--- a/secure/lib/libcrypto/man/man3/Makefile
+++ b/secure/lib/libcrypto/man/man3/Makefile
@@ -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