diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2022-06-21 14:36:39 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2022-06-21 14:36:39 +0000 |
| commit | 54ae8e38f717f22963c2a87f48af6ecefc6b3e9b (patch) | |
| tree | a39a3a39d27ffb2f828ba54bb69a53f2dc5bf60c /include/openssl/opensslv.h | |
| parent | cf0ffd7607ed8f39829c6951a65a55fa1eb3aafe (diff) | |
Import OpenSSL 1.1.1pvendor/openssl/1.1.1p
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 bd9dc9209163..7fb1b21f7ae8 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 0x101010ffL -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1o 3 May 2022" +# define OPENSSL_VERSION_NUMBER 0x1010110fL +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1p 21 Jun 2022" /*- * The macros below are to be used for shared library (.so, .dll, ...) |
