diff options
author | Doug Hogan <doug@cvs.openbsd.org> | 2015-06-20 01:07:26 +0000 |
---|---|---|
committer | Doug Hogan <doug@cvs.openbsd.org> | 2015-06-20 01:07:26 +0000 |
commit | 6c41eb63688a00b82ff4685b0f147f773dab3a23 (patch) | |
tree | 2746433551b546e0532cc144b5e9613f78c63ab4 /lib/libcrypto/opensslfeatures.h | |
parent | 3105a6f8081842a943083b95e2af6b6b2122bfbb (diff) |
Remove obsolete MDC-2DES from libcrypto.
ok deraadt@ jsing@ miod@
Diffstat (limited to 'lib/libcrypto/opensslfeatures.h')
-rw-r--r-- | lib/libcrypto/opensslfeatures.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypto/opensslfeatures.h b/lib/libcrypto/opensslfeatures.h index 811fac610fe..a0fcc0078ef 100644 --- a/lib/libcrypto/opensslfeatures.h +++ b/lib/libcrypto/opensslfeatures.h @@ -6,6 +6,7 @@ # define OPENSSL_NO_JPAKE # define OPENSSL_NO_KRB5 # define OPENSSL_NO_MD2 +# define OPENSSL_NO_MDC2 # define OPENSSL_NO_PSK # define OPENSSL_NO_RC5 # define OPENSSL_NO_RFC3779 |