Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2026 18:25:22 +0000
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c4130a8a84e1 - main - OpenSSL: install EVP_CIPHER_CTX_get_app_data.3 once
Message-ID:  <6994b292.37bea.2d798582@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6994b292.37bea.2d798582>