summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2015-06-11 17:56:16 +0000
committerjkim <jkim@FreeBSD.org>2015-06-11 17:56:16 +0000
commite35879fa69c62b484f2a722838b0eb2c6355793d (patch)
tree686ec4279139441a2f9d947dceec492e54ff569c /crypto/opensslv.h
parent038f65e5fb1f35e1e485aa4781cda353c4e903f4 (diff)
downloadFreeBSD-src-e35879fa69c62b484f2a722838b0eb2c6355793d.zip
FreeBSD-src-e35879fa69c62b484f2a722838b0eb2c6355793d.tar.gz
Import OpenSSL 1.0.1n.
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 daf3905..94a95f3 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 0x100010dfL
+# define OPENSSL_VERSION_NUMBER 0x100010efL
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1m-fips 19 Mar 2015"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1n-fips 11 Jun 2015"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1m 19 Mar 2015"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1n 11 Jun 2015"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
OpenPOWER on IntegriCloud