diff options
author | Tomasz Swierczek <t.swierczek@samsung.com> | 2019-03-12 10:02:53 +0100 |
---|---|---|
committer | Tomasz Swierczek <t.swierczek@samsung.com> | 2019-03-12 10:02:53 +0100 |
commit | 87921530edac8c10b9347e9d47fa8d9239fa255a (patch) | |
tree | 2c399f42934c9a84f60d01968bf72a5c526deda6 /crypto/opensslv.h | |
parent | 1f964107cef6adef924015b1d3c73722fb809a5c (diff) | |
download | openssl-87921530edac8c10b9347e9d47fa8d9239fa255a.tar.gz openssl-87921530edac8c10b9347e9d47fa8d9239fa255a.tar.bz2 openssl-87921530edac8c10b9347e9d47fa8d9239fa255a.zip |
Imported Upstream version 1.0.2rupstream/1.0.2r
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r-- | crypto/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 73d22b3..6eaa0d2 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -30,11 +30,11 @@ 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 0x1000211fL +# define OPENSSL_VERSION_NUMBER 0x1000212fL # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2q-fips 20 Nov 2018" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2r-fips 26 Feb 2019" # else -# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2q 20 Nov 2018" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2r 26 Feb 2019" # endif # define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT |