summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/opensslv.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2015-07-09 17:07:45 +0000
committerjkim <jkim@FreeBSD.org>2015-07-09 17:07:45 +0000
commitce8a66609232f69cc268075df7abdfde80626372 (patch)
tree8d10fc72dd2b2fa9b34ff167b059ca5cf5402917 /crypto/openssl/crypto/opensslv.h
parent2c26f2224bb10b17bc0beebf9d71485455603f87 (diff)
parente5911a7a89e76432a8d4607068e9171b30272e08 (diff)
downloadFreeBSD-src-ce8a66609232f69cc268075df7abdfde80626372.zip
FreeBSD-src-ce8a66609232f69cc268075df7abdfde80626372.tar.gz
Merge OpenSSL 1.0.1p.
Diffstat (limited to 'crypto/openssl/crypto/opensslv.h')
-rw-r--r--crypto/openssl/crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssl/crypto/opensslv.h b/crypto/openssl/crypto/opensslv.h
index bc91a6c..b02adfa 100644
--- a/crypto/openssl/crypto/opensslv.h
+++ b/crypto/openssl/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 0x100010ffL
+# define OPENSSL_VERSION_NUMBER 0x1000110fL
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1o-fips 12 Jun 2015"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1p-fips 9 Jul 2015"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1o-freebsd 12 Jun 2015"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1p-freebsd 9 Jul 2015"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
OpenPOWER on IntegriCloud