summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp.h
diff options
context:
space:
mode:
authordoug <>2015-09-13 21:09:56 +0000
committerdoug <>2015-09-13 21:09:56 +0000
commitf84194ca116d8e28c7eb7098c2c8d88f43bd56ac (patch)
tree982a180264ee66bd2bae30aea737ff5770b8509b /src/lib/libcrypto/evp/evp.h
parentaed7a5964f2147a9a2a73616e52bcefdcf925ecc (diff)
downloadopenbsd-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/evp/evp.h')
-rw-r--r--src/lib/libcrypto/evp/evp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h
index 57f8753ced..c9a11c3a5f 100644
--- a/src/lib/libcrypto/evp/evp.h
+++ b/src/lib/libcrypto/evp/evp.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp.h,v 1.45 2015/06/20 01:07:24 doug Exp $ */ 1/* $OpenBSD: evp.h,v 1.46 2015/09/13 21:09:56 doug Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -655,7 +655,6 @@ const EVP_MD *EVP_md4(void);
655const EVP_MD *EVP_md5(void); 655const EVP_MD *EVP_md5(void);
656#endif 656#endif
657#ifndef OPENSSL_NO_SHA 657#ifndef OPENSSL_NO_SHA
658const EVP_MD *EVP_sha(void);
659const EVP_MD *EVP_sha1(void); 658const EVP_MD *EVP_sha1(void);
660const EVP_MD *EVP_dss(void); 659const EVP_MD *EVP_dss(void);
661const EVP_MD *EVP_dss1(void); 660const EVP_MD *EVP_dss1(void);