summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2019-05-28 14:56:42 +0200
committerRichard Levitte <richard@levitte.org>2019-05-28 14:56:42 +0200
commitec36b3298502fe71110a14197c54555b6cf6ca75 (patch)
tree66fc89d82f2eda1c202825316fe32d5a746672b7 /crypto
parentcf9143f945a67f3d540e2704fdbdf1bdc985233d (diff)
Prepare for 1.0.2t-dev
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 8b4756989b..4f725bb02d 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 0x1000213fL
+# define OPENSSL_VERSION_NUMBER 0x10002140L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2s-fips 28 May 2019"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2t-fips-dev xx XXX xxxx"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2s 28 May 2019"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2t-dev xx XXX xxxx"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT