diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-06-12 16:33:55 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-06-12 16:33:55 +0000 |
commit | 15533bcc3525a52ecfe00631bc36167d65c6b187 (patch) | |
tree | 68067a8cb2fa4cbe2fcc27f062dc580d6ab1bc33 /crypto/opensslv.h | |
parent | a9745f9a849725cad34f84351bed202839aade59 (diff) | |
download | src-vendor/openssl/1.0.1o.tar.gz src-vendor/openssl/1.0.1o.zip |
Import OpenSSL 1.0.1o.vendor/openssl/1.0.1o
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 94a95f348237..84d0bf9d1f43 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 0x100010efL +# define OPENSSL_VERSION_NUMBER 0x100010ffL # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1n-fips 11 Jun 2015" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1o-fips 12 Jun 2015" # else -# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1n 11 Jun 2015" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1o 12 Jun 2015" # endif # define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT |