[Bug 271615] Update base system OpenSSL to 3.0.x
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271615] Update base system OpenSSL to 3.0.x"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 May 2023 13:41:43 UTC
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.