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/crypto | |
| 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 'src/lib/libcrypto/crypto')
| -rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 410511fd60..76a099cd5b 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.62 2015/09/13 12:27:14 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.63 2015/09/13 21:09:56 doug Exp $ | 
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto | 
| 4 | 4 | ||
| @@ -144,7 +144,7 @@ SRCS+= encode.c digest.c evp_enc.c evp_key.c | |||
| 144 | SRCS+= e_des.c e_bf.c e_idea.c e_des3.c e_camellia.c | 144 | SRCS+= e_des.c e_bf.c e_idea.c e_des3.c e_camellia.c | 
| 145 | SRCS+= e_rc4.c e_aes.c names.c | 145 | SRCS+= e_rc4.c e_aes.c names.c | 
| 146 | SRCS+= e_xcbc_d.c e_rc2.c e_cast.c | 146 | SRCS+= e_xcbc_d.c e_rc2.c e_cast.c | 
| 147 | SRCS+= m_null.c m_md4.c m_md5.c m_sha.c m_sha1.c m_wp.c | 147 | SRCS+= m_null.c m_md4.c m_md5.c m_sha1.c m_wp.c | 
| 148 | SRCS+= m_dss.c m_dss1.c m_ripemd.c m_ecdsa.c | 148 | SRCS+= m_dss.c m_dss1.c m_ripemd.c m_ecdsa.c | 
| 149 | SRCS+= p_open.c p_seal.c p_sign.c p_verify.c p_lib.c p_enc.c p_dec.c | 149 | SRCS+= p_open.c p_seal.c p_sign.c p_verify.c p_lib.c p_enc.c p_dec.c | 
| 150 | SRCS+= bio_md.c bio_b64.c bio_enc.c evp_err.c e_null.c | 150 | SRCS+= bio_md.c bio_b64.c bio_enc.c evp_err.c e_null.c | 
| @@ -221,7 +221,7 @@ SRCS+= rsa_pss.c rsa_x931.c rsa_asn1.c rsa_depr.c rsa_ameth.c rsa_prn.c | |||
| 221 | SRCS+= rsa_pmeth.c rsa_crpt.c | 221 | SRCS+= rsa_pmeth.c rsa_crpt.c | 
| 222 | 222 | ||
| 223 | # sha/ | 223 | # sha/ | 
| 224 | SRCS+= sha_dgst.c sha1dgst.c sha_one.c sha1_one.c sha256.c sha512.c | 224 | SRCS+= sha1dgst.c sha1_one.c sha256.c sha512.c | 
| 225 | 225 | ||
| 226 | # stack/ | 226 | # stack/ | 
| 227 | SRCS+= stack.c | 227 | SRCS+= stack.c | 
