diff options
author | 2014-04-15 19:42:56 +0000 | |
---|---|---|
committer | 2014-04-15 19:42:56 +0000 | |
commit | 9aa350fda47654255da340793da9ac9b2422db9c (patch) | |
tree | 35c7560d24ab5b1ee73cc180f2bb87940d0584f5 /lib/libssl/s3_clnt.c | |
parent | In EC_POINT_invert(), actually check the correct function pointer for NULL (diff) | |
download | wireguard-openbsd-9aa350fda47654255da340793da9ac9b2422db9c.tar.xz wireguard-openbsd-9aa350fda47654255da340793da9ac9b2422db9c.zip |
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 miod
Diffstat (limited to 'lib/libssl/s3_clnt.c')
-rw-r--r-- | lib/libssl/s3_clnt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libssl/s3_clnt.c b/lib/libssl/s3_clnt.c index c1460266fe4..88be294ab78 100644 --- a/lib/libssl/s3_clnt.c +++ b/lib/libssl/s3_clnt.c @@ -156,9 +156,6 @@ #include <openssl/objects.h> #include <openssl/evp.h> #include <openssl/md5.h> -#ifdef OPENSSL_FIPS -#include <openssl/fips.h> -#endif #ifndef OPENSSL_NO_DH #include <openssl/dh.h> #endif |