summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/opensslfeatures.h
diff options
context:
space:
mode:
authordoug <>2015-09-13 21:09:56 +0000
committerdoug <>2015-09-13 21:09:56 +0000
commit3a95df64bde1592af373f6d58178d0314908dbbd (patch)
tree982a180264ee66bd2bae30aea737ff5770b8509b /src/lib/libcrypto/opensslfeatures.h
parentdcd4d5509d6bf753588a993688daf1132f50a7ed (diff)
downloadopenbsd-3a95df64bde1592af373f6d58178d0314908dbbd.tar.gz
openbsd-3a95df64bde1592af373f6d58178d0314908dbbd.tar.bz2
openbsd-3a95df64bde1592af373f6d58178d0314908dbbd.zip
Remove SHA-0 support.
SHA-0 was withdrawn shortly after publication 20 years ago and replaced with SHA-1. This will require a major crank. ok bcook@, jsing@
Diffstat (limited to 'src/lib/libcrypto/opensslfeatures.h')
-rw-r--r--src/lib/libcrypto/opensslfeatures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h
index 6b6784754d..ba4dbba959 100644
--- a/src/lib/libcrypto/opensslfeatures.h
+++ b/src/lib/libcrypto/opensslfeatures.h
@@ -13,6 +13,7 @@
13# define OPENSSL_NO_RSAX 13# define OPENSSL_NO_RSAX
14# define OPENSSL_NO_SCTP 14# define OPENSSL_NO_SCTP
15# define OPENSSL_NO_SEED 15# define OPENSSL_NO_SEED
16# define OPENSSL_NO_SHA0
16# define OPENSSL_NO_SRP 17# define OPENSSL_NO_SRP
17# define OPENSSL_NO_SSL2 18# define OPENSSL_NO_SSL2
18# define OPENSSL_NO_SSL3 19# define OPENSSL_NO_SSL3