diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-02-03 00:34:36 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-02-03 00:34:36 +0000 |
commit | 74fe298c8299fdb8c8f761728ddd245b0c3fe04a (patch) | |
tree | 998f5e92dc08d0ca3c4ad5c41e86885c0c1e07e9 /secure | |
parent | 9eb4e0b42d7cf490254ccd2d725f2b0f6c396831 (diff) |
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 65925f972ba7..de24bfb1038a 100644 --- a/secure/lib/libcrypto/Makefile.inc +++ b/secure/lib/libcrypto/Makefile.inc @@ -2,8 +2,8 @@ .include <bsd.own.mk> # OpenSSL version used for manual page generation -OPENSSL_VER= 3.0.12 -OPENSSL_DATE= 2023-10-24 +OPENSSL_VER= 3.0.13 +OPENSSL_DATE= 2024-02-02 LCRYPTO_SRC= ${SRCTOP}/crypto/openssl LCRYPTO_DOC= ${LCRYPTO_SRC}/doc |