diff options
author | doug <> | 2015-06-20 01:07:25 +0000 |
---|---|---|
committer | doug <> | 2015-06-20 01:07:25 +0000 |
commit | d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4 (patch) | |
tree | 144d1a93a079c76b8e2df6b6625e26229f129c6d /src/lib/libcrypto/evp/evp.h | |
parent | 423ea1a9bc2db6077e4924282a827eefbd2cdcd8 (diff) | |
download | openbsd-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.h | 5 |
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); | |||
669 | const EVP_MD *EVP_sha384(void); | 669 | const EVP_MD *EVP_sha384(void); |
670 | const EVP_MD *EVP_sha512(void); | 670 | const EVP_MD *EVP_sha512(void); |
671 | #endif | 671 | #endif |
672 | #ifndef OPENSSL_NO_MDC2 | ||
673 | const EVP_MD *EVP_mdc2(void); | ||
674 | #endif | ||
675 | #ifndef OPENSSL_NO_RIPEMD | 672 | #ifndef OPENSSL_NO_RIPEMD |
676 | const EVP_MD *EVP_ripemd160(void); | 673 | const EVP_MD *EVP_ripemd160(void); |
677 | #endif | 674 | #endif |