summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-05-17 15:37:26 +0000
committerAndy Polyakov <appro@openssl.org>2004-05-17 15:37:26 +0000
commit1f4eccaaa5dc69d55234263d3d1843f49021cb56 (patch)
treeda1205e088b136a684886309836ddaae7c6ad471 /crypto/opensslv.h
parent07bf82a71d01fb3db66aad2f322f4de632e22cca (diff)
Make reservations in FIPS code for upcoming size_t-fication of OpenSSL API.
And couple of bug-fixes in fips/rand code [return without lock release and incorrect return value in fips_rand_bytes].
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r--crypto/opensslv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 72c7c3344d..fcbf0f3ccd 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -26,7 +26,11 @@
* major minor fix final patch/beta)
*/
#define OPENSSL_VERSION_NUMBER 0x00907050L
+#ifdef OPENSSL_FIPS
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7e-fips-dev XX xxx XXXX"
+#else
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7e-dev XX xxx XXXX"
+#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT