diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2024-09-07 21:34:18 -0700 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2024-09-07 21:34:18 -0700 |
| commit | cc717b574d7faa2e0b2de1a985076286cef74187 (patch) | |
| tree | 84f6e58a727e88af18da7fd21050d2e141a81bab /secure | |
| parent | a7148ab39c03abd4d1a84997c70bf96f15dd2a09 (diff) | |
Update config/build info for OpenSSL 3.0.15
This is a companion commit to the OpenSSL 3.0.15 update.
`opensslv.h` was regenerated via the following process:
```
cd crypto/openssl
./config
git reset --hard
gmake include/openssl/opensslv.h
```
`Makefile.inc` has been updated to match.
MFC after: 1 week
MFC with: a7148ab39c03abd4d1a84997c70bf96f15dd2a09
Differential Revision: https://reviews.freebsd.org/D46603
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 16a2c15bc962..e7072213d509 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.14 -OPENSSL_DATE= 2024-06-04 +OPENSSL_VER= 3.0.15 +OPENSSL_DATE= 2024-09-03 LCRYPTO_SRC= ${SRCTOP}/crypto/openssl LCRYPTO_DOC= ${LCRYPTO_SRC}/doc |
