Nothing to see here... move along....
This commit is contained in:
parent
7f1c086b21
commit
093f5d2c15
2
README
2
README
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
OpenSSL 0.9.9-dev XX xxx XXXX
|
OpenSSL 1.0.0-dev XX xxx XXXX
|
||||||
|
|
||||||
Copyright (c) 1998-2008 The OpenSSL Project
|
Copyright (c) 1998-2008 The OpenSSL Project
|
||||||
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
||||||
|
@ -25,11 +25,11 @@
|
|||||||
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
|
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
|
||||||
* major minor fix final patch/beta)
|
* major minor fix final patch/beta)
|
||||||
*/
|
*/
|
||||||
#define OPENSSL_VERSION_NUMBER 0x00909000L
|
#define OPENSSL_VERSION_NUMBER 0x10000000L
|
||||||
#ifdef OPENSSL_FIPS
|
#ifdef OPENSSL_FIPS
|
||||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.9-fips-dev XX xxx XXXX"
|
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-dev xx XXX xxxx"
|
||||||
#else
|
#else
|
||||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.9-dev XX xxx XXXX"
|
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-dev xx XXX xxxx"
|
||||||
#endif
|
#endif
|
||||||
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
||||||
|
|
||||||
@ -83,7 +83,7 @@
|
|||||||
* should only keep the versions that are binary compatible with the current.
|
* should only keep the versions that are binary compatible with the current.
|
||||||
*/
|
*/
|
||||||
#define SHLIB_VERSION_HISTORY ""
|
#define SHLIB_VERSION_HISTORY ""
|
||||||
#define SHLIB_VERSION_NUMBER "0.9.9"
|
#define SHLIB_VERSION_NUMBER "1.0.0"
|
||||||
|
|
||||||
|
|
||||||
#endif /* HEADER_OPENSSLV_H */
|
#endif /* HEADER_OPENSSLV_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user