summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2011-09-06 09:58:20 -0700
committerBrian Carlstrom <bdc@google.com>2011-09-06 10:08:19 -0700
commitee7afb3c942c4eefef6ed06201eafaf8ec58e2e3 (patch)
treefb1cff3c1a02281351001fa1063d6a876798e9aa /crypto/opensslv.h
parent9e0e631be35ff165f6c4aba8fcbeb5df7e448d09 (diff)
downloadreplicant_openssl-ee7afb3c942c4eefef6ed06201eafaf8ec58e2e3.zip
replicant_openssl-ee7afb3c942c4eefef6ed06201eafaf8ec58e2e3.tar.gz
replicant_openssl-ee7afb3c942c4eefef6ed06201eafaf8ec58e2e3.tar.bz2
Upgrade to openssl-1.0.0e
Bug: 5261862 Change-Id: I34d2d458aa85e61b1faacb8b5f386353be679d9b
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 e7fca83..310a338 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 0x1000004fL
+#define OPENSSL_VERSION_NUMBER 0x1000005fL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0d-fips 8 Feb 2011"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0e-fips 6 Sep 2011"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0d 8 Feb 2011"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0e 6 Sep 2011"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT