summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-05-17 15:49:13 +0000
committerAndy Polyakov <appro@openssl.org>2004-05-17 15:49:13 +0000
commit1ab61a91791e8ddbf95891b44f4cdd50503bc534 (patch)
treef1cf09c60c6f1b9d728f05f801fdf21c9de439eb /crypto/opensslv.h
parentd6dda126b7921c1067cdc49845e4656c53a5c96b (diff)
Make reservations for FIPS code in HEAD branch, so that the moment FIPS
comes in we have required macros in place.
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 e63b275e46..1dd3280798 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -26,7 +26,11 @@
* major minor fix final patch/beta)
*/
#define OPENSSL_VERSION_NUMBER 0x00908000L
+#ifdef OPENSSL_FIPS
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-fips-dev XX xxx XXXX"
+#else
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-dev XX xxx XXXX"
+#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT