diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2023-09-11 16:50:12 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2023-09-11 16:50:12 +0000 |
commit | a1860b94f62494288804faebb1bf6ea8110ca148 (patch) | |
tree | 90e3fba201c30e7ac041f3cdd71a7daed2d84789 /include/openssl/opensslv.h | |
parent | cc0d356166e39da7f956c39f874e6dee67fd5d60 (diff) |
Import OpenSSL 1.1.1wvendor/openssl/1.1.1wvendor/openssl-1.1.1
Diffstat (limited to 'include/openssl/opensslv.h')
-rw-r--r-- | include/openssl/opensslv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h index 0dc99eccdb1f..5667d4712621 100644 --- a/include/openssl/opensslv.h +++ b/include/openssl/opensslv.h @@ -39,8 +39,8 @@ extern "C" { * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -# define OPENSSL_VERSION_NUMBER 0x1010116fL -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1v 1 Aug 2023" +# define OPENSSL_VERSION_NUMBER 0x1010117fL +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1w 11 Sep 2023" /*- * The macros below are to be used for shared library (.so, .dll, ...) |