summaryrefslogtreecommitdiff
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2014-10-15 17:35:39 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2014-10-15 17:35:39 +0000
commitf62b4332f57a140c7a64082fb139c06b1a71584c (patch)
tree8df07ff17fed10701bf6420470d0c11581fdf345 /crypto/opensslv.h
parent2af9154f28669943cf601ecc3c9bbbe372587787 (diff)
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 91ea402bf8ee..50001f32f925 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 0x009081bfL
+#define OPENSSL_VERSION_NUMBER 0x009081cfL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8zb-fips 6 Aug 2014"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8zc-fips 15 Oct 2014"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8zb 6 Aug 2014"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8zc 15 Oct 2014"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT