summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-02-13 22:15:56 +0000
committerjkim <jkim@FreeBSD.org>2013-02-13 22:15:56 +0000
commit9069337c8384d04bea914cdfac40b533e60cade6 (patch)
tree79d6c350c61cb2c6055ac3b21d94c152a09b44ff /crypto/opensslv.h
parent90d033541aadf8dd14ea582d23a845e6345d9687 (diff)
downloadFreeBSD-src-9069337c8384d04bea914cdfac40b533e60cade6.zip
FreeBSD-src-9069337c8384d04bea914cdfac40b533e60cade6.tar.gz
Import OpenSSL 1.0.1e.
Approved by: secteam (delphij, simon), benl (silence)
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r--crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 71be359..5bc8e53 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-#define OPENSSL_VERSION_NUMBER 0x1000103fL
+#define OPENSSL_VERSION_NUMBER 0x1000105fL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1c-fips 10 May 2012"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1e-fips 11 Feb 2013"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1c 10 May 2012"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1e 11 Feb 2013"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
OpenPOWER on IntegriCloud