We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74c9c9 commit 94f4166Copy full SHA for 94f4166
README
@@ -1,5 +1,5 @@
1
2
- OpenSSL 1.0.2-beta1-dev
+ OpenSSL 1.0.2-beta1 24 Feb 2014
3
4
Copyright (c) 1998-2011 The OpenSSL Project
5
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
crypto/opensslv.h
@@ -27,9 +27,9 @@
27
*/
28
#define OPENSSL_VERSION_NUMBER 0x10002001L
29
#ifdef OPENSSL_FIPS
30
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta1-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta1-fips 24 Feb 2014"
31
#else
32
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta1-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta1 24 Feb 2014"
33
#endif
34
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
35
0 commit comments