diff options
author | steve <steve> | 2007-02-23 12:17:03 +0000 |
---|---|---|
committer | steve <steve> | 2007-02-23 12:17:03 +0000 |
commit | 162140eae3a37bc14a5b463689c0b85f64abbe49 (patch) | |
tree | b112aba62db48fa9ceb8119dc190c30ecb224b33 | |
parent | 672f32489955c588a93dd93cac7c37c63c791c58 (diff) | |
download | openssl-162140eae3a37bc14a5b463689c0b85f64abbe49.tar.gz |
Oops! Correct version file.
-rw-r--r-- | crypto/opensslv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 07d8be5b7..55ed29005 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -27,7 +27,7 @@ */ #define OPENSSL_VERSION_NUMBER 0x009070dfL #ifdef OPENSSL_FIPS -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7m-fips-dev 23 Feb 2007" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7m-fips 23 Feb 2007" #else #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7m 23 Feb 2007" #endif |