aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2023-08-11 00:17:23 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2023-08-11 00:17:23 +0000
commitfb055b01eb04914ea1aadc7c88090093a8481fe7 (patch)
treeed61ace0bcec781787f9d42900144578dd31f4fd /crypto
parent136fc495615f6d5cf7fb2284aff56c59a64a58b6 (diff)
downloadsrc-fb055b01eb04914ea1aadc7c88090093a8481fe7.tar.gz
src-fb055b01eb04914ea1aadc7c88090093a8481fe7.zip
OpenSSL: regen opensslv.h for OpenSSL 3.0.10
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssl/include/openssl/opensslv.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/openssl/include/openssl/opensslv.h b/crypto/openssl/include/openssl/opensslv.h
index 5bb97d596448..3c221e1ac231 100644
--- a/crypto/openssl/include/openssl/opensslv.h
+++ b/crypto/openssl/include/openssl/opensslv.h
@@ -29,7 +29,7 @@ extern "C" {
*/
# define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 0
-# define OPENSSL_VERSION_PATCH 9
+# define OPENSSL_VERSION_PATCH 10
/*
* Additional version information
@@ -74,21 +74,21 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/
-# define OPENSSL_VERSION_STR "3.0.9"
-# define OPENSSL_FULL_VERSION_STR "3.0.9"
+# define OPENSSL_VERSION_STR "3.0.10"
+# define OPENSSL_FULL_VERSION_STR "3.0.10"
/*
* SECTION 3: ADDITIONAL METADATA
*
* These strings are defined separately to allow them to be parsable.
*/
-# define OPENSSL_RELEASE_DATE "30 May 2023"
+# define OPENSSL_RELEASE_DATE "1 Aug 2023"
/*
* SECTION 4: BACKWARD COMPATIBILITY
*/
-# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9 30 May 2023"
+# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10 1 Aug 2023"
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
# ifdef OPENSSL_VERSION_PRE_RELEASE