diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2025-03-06 10:07:54 -0800 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2025-03-13 23:42:02 -0700 |
| commit | d2a55e6a9348bb55038dbc6b727ab041085f22db (patch) | |
| tree | 50b1aa544233e26fc160d7d473eb5662c4d21e5c /secure | |
| parent | 0d0c8621fd181e507f0fb50ffcca606faf66a8c2 (diff) | |
openssl: update ASM and version info for 3.0.16 import
MFC after: 1 week
MFC with: 0d0c8621fd181e507f0fb50ffcca606faf66a8c2
Differential Revision: https://reviews.freebsd.org/D49297
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/libcrypto/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc index e7072213d509..39ba90842525 100644 --- a/secure/lib/libcrypto/Makefile.inc +++ b/secure/lib/libcrypto/Makefile.inc @@ -1,8 +1,8 @@ .include <bsd.own.mk> # OpenSSL version used for manual page generation -OPENSSL_VER= 3.0.15 -OPENSSL_DATE= 2024-09-03 +OPENSSL_VER= 3.0.16 +OPENSSL_DATE= 2025-02-11 LCRYPTO_SRC= ${SRCTOP}/crypto/openssl LCRYPTO_DOC= ${LCRYPTO_SRC}/doc |
