diff options
| author | doug <> | 2015-09-13 21:09:56 +0000 |
|---|---|---|
| committer | doug <> | 2015-09-13 21:09:56 +0000 |
| commit | f84194ca116d8e28c7eb7098c2c8d88f43bd56ac (patch) | |
| tree | 982a180264ee66bd2bae30aea737ff5770b8509b /src/lib/libcrypto/opensslfeatures.h | |
| parent | aed7a5964f2147a9a2a73616e52bcefdcf925ecc (diff) | |
| download | openbsd-f84194ca116d8e28c7eb7098c2c8d88f43bd56ac.tar.gz openbsd-f84194ca116d8e28c7eb7098c2c8d88f43bd56ac.tar.bz2 openbsd-f84194ca116d8e28c7eb7098c2c8d88f43bd56ac.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 '')
| -rw-r--r-- | src/lib/libcrypto/opensslfeatures.h | 1 |
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 |
