summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2023-05-31 20:43:28 +0000
committerchristos <christos@NetBSD.org>2023-05-31 20:43:28 +0000
commitff008aaf3ef1de531edf1589d530040985e948b8 (patch)
tree35a53e3e88ee66112d4a5139f55b486513eef910 /crypto
parent350c1bbe05d8b985395d1b696c247aaad749b12d (diff)
regen
Diffstat (limited to 'crypto')
-rw-r--r--crypto/external/bsd/openssl/include/openssl/opensslv.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/external/bsd/openssl/include/openssl/opensslv.h b/crypto/external/bsd/openssl/include/openssl/opensslv.h
index 95dea43930c..5bb97d59644 100644
--- a/crypto/external/bsd/openssl/include/openssl/opensslv.h
+++ b/crypto/external/bsd/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 8
+# define OPENSSL_VERSION_PATCH 9
/*
* 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.8"
-# define OPENSSL_FULL_VERSION_STR "3.0.8"
+# define OPENSSL_VERSION_STR "3.0.9"
+# define OPENSSL_FULL_VERSION_STR "3.0.9"
/*
* SECTION 3: ADDITIONAL METADATA
*
* These strings are defined separately to allow them to be parsable.
*/
-# define OPENSSL_RELEASE_DATE "7 Feb 2023"
+# define OPENSSL_RELEASE_DATE "30 May 2023"
/*
* SECTION 4: BACKWARD COMPATIBILITY
*/
-# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.8 7 Feb 2023"
+# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9 30 May 2023"
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
# ifdef OPENSSL_VERSION_PRE_RELEASE