summaryrefslogtreecommitdiff
path: root/lib/libcrypto/opensslv.h
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-04-15 20:06:11 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-04-15 20:06:11 +0000
commit1acffe56a9410893729c63d8ba655c60f52dd70d (patch)
tree2f0b14116a8fbd6f5539e4e3ce50ce644948fc6d /lib/libcrypto/opensslv.h
parent5bdd68a22c7a5658ad11b9a9f5242513f1abe74c (diff)
remove FIPS mode support. people who require FIPS can buy something that
meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
Diffstat (limited to 'lib/libcrypto/opensslv.h')
-rw-r--r--lib/libcrypto/opensslv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h
index ebe71807233..7ba6281f28f 100644
--- a/lib/libcrypto/opensslv.h
+++ b/lib/libcrypto/opensslv.h
@@ -26,11 +26,7 @@
* major minor fix final patch/beta)
*/
#define OPENSSL_VERSION_NUMBER 0x1000107fL
-#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1g-fips 7 Apr 2014"
-#else
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1g 7 Apr 2014"
-#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT