diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-04-21 19:07:46 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-04-21 19:07:46 +0000 |
commit | 65aa3028e51cba07879f3dc4608949c5c6b9fcc0 (patch) | |
tree | 310ff0dc688f5f84a478a310752abb888ac68e4e /include/openssl | |
parent | b6cfecdc04a5a5e42ae4f2b025d8246cc16f3342 (diff) | |
download | src-65aa3028e51cba07879f3dc4608949c5c6b9fcc0.tar.gz src-65aa3028e51cba07879f3dc4608949c5c6b9fcc0.zip |
Import OpenSSL 1.1.1g.vendor/openssl/1.1.1g
Notes
Notes:
svn path=/vendor-crypto/openssl/dist/; revision=360173
svn path=/vendor-crypto/openssl/1.1.1g/; revision=360174; tag=vendor/openssl/1.1.1g
Diffstat (limited to 'include/openssl')
-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 8c697f5f7acc..17d271f54c7f 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 0x1010106fL -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1f 31 Mar 2020" +# define OPENSSL_VERSION_NUMBER 0x1010107fL +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1g 21 Apr 2020" /*- * The macros below are to be used for shared library (.so, .dll, ...) |