Commit 093f5d2c authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Nothing to see here... move along....

parent 7f1c086b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line

 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) 1995-1998 Eric A. Young, Tim J. Hudson
+4 −4
Original line number Diff line number Diff line
@@ -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	0x00909000L
#define OPENSSL_VERSION_NUMBER	0x10000000L
#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
#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
#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.
 */
#define SHLIB_VERSION_HISTORY ""
#define SHLIB_VERSION_NUMBER "0.9.9"
#define SHLIB_VERSION_NUMBER "1.0.0"


#endif /* HEADER_OPENSSLV_H */