Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2023 13:41:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 271615] Update base system OpenSSL to 3.0.x
Message-ID:  <bug-271615-227-p3GhfySrdr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271615-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271615

--- Comment #12 from Ed Maste <emaste@freebsd.org> ---
For reference, in Pierre's openssl-3.0 branch the Makefiles listed below have
changes to support OpenSSL 3 (mostly adding -DOPENSSL_API_COMPAT=0x10100000L).
These are libraries or binaries that fail to build with OpenSSL 1.1, with the
change.

 kerberos5/lib/libgssapi_krb5/Makefile | 1 +
 kerberos5/lib/libgssapi_ntlm/Makefile | 1 +
 kerberos5/lib/libheimntlm/Makefile    | 1 +
 kerberos5/lib/libhx509/Makefile       | 1 +
 kerberos5/lib/libkdc/Makefile         | 1 +
 kerberos5/lib/libkrb5/Makefile        | 1 +
 kerberos5/usr.bin/hxtool/Makefile     | 1 +
 lib/libarchive/Makefile.inc           | 2 ++
 lib/libunbound/Makefile               | 1 +
 sbin/decryptcore/Makefile             | 2 ++
 sbin/dumpon/Makefile                  | 1 +

(libarchive is the exception to OPENSSL_API_COMPAT - it needs a warning change)

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271615-227-p3GhfySrdr>