Commit 9f2f46ba authored by cvs2svn's avatar cvs2svn
Browse files

This commit was manufactured by cvs2svn to create branch 'OpenSSL_0_9_8fg-

stable'.
parents dd002667 d761421e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -75,7 +75,7 @@ OpenSSL - Frequently Asked Questions
* Which is the current version of OpenSSL?
* Which is the current version of OpenSSL?


The current version is available from <URL: http://www.openssl.org>.
The current version is available from <URL: http://www.openssl.org>.
OpenSSL 0.9.8f was released on February 23rd, 2007.
OpenSSL 0.9.8f was released on October 11th, 2007.


In addition to the current stable release, you can also access daily
In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:
snapshots of the OpenSSL development version at <URL:
+3 −3
Original line number Original line Diff line number Diff line
@@ -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	0x0090806fL
#define OPENSSL_VERSION_NUMBER	0x00908070L
#ifdef OPENSSL_FIPS
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8f-fips xx XXXX xxxx"
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8f-fips 11 Oct 2007"
#else
#else
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8f xx XXXX xxxx"
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8f 11 Oct 2007"
#endif
#endif
#define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT
#define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT