summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp.h
diff options
context:
space:
mode:
authordoug <>2015-06-20 01:07:25 +0000
committerdoug <>2015-06-20 01:07:25 +0000
commitd1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4 (patch)
tree144d1a93a079c76b8e2df6b6625e26229f129c6d /src/lib/libcrypto/evp/evp.h
parent423ea1a9bc2db6077e4924282a827eefbd2cdcd8 (diff)
downloadopenbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.tar.gz
openbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.tar.bz2
openbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.zip
Remove obsolete MDC-2DES from libcrypto.
ok deraadt@ jsing@ miod@
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r--src/lib/libcrypto/evp/evp.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h
index 330e01e0e6..57f8753ced 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.44 2015/02/10 11:45:09 jsing Exp $ */ 1/* $OpenBSD: evp.h,v 1.45 2015/06/20 01:07:24 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 *
@@ -669,9 +669,6 @@ const EVP_MD *EVP_sha256(void);
669const EVP_MD *EVP_sha384(void); 669const EVP_MD *EVP_sha384(void);
670const EVP_MD *EVP_sha512(void); 670const EVP_MD *EVP_sha512(void);
671#endif 671#endif
672#ifndef OPENSSL_NO_MDC2
673const EVP_MD *EVP_mdc2(void);
674#endif
675#ifndef OPENSSL_NO_RIPEMD 672#ifndef OPENSSL_NO_RIPEMD
676const EVP_MD *EVP_ripemd160(void); 673const EVP_MD *EVP_ripemd160(void);
677#endif 674#endif