summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2015-06-20 13:51:53 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2015-06-20 13:51:53 +0000
commitb255729feaf032bb61fc3d1c8750ef2a8936c8cf (patch)
tree64cc269d501cb215d793ad8c5d8c2d7389cdb50e
parent11c8509067a34a021e3cacfe199e2647c107f793 (diff)
Less mdc2.
-rw-r--r--usr.bin/openssl/progs.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/openssl/progs.h b/usr.bin/openssl/progs.h
index cb411e6b4a5..9efac556a33 100644
--- a/usr.bin/openssl/progs.h
+++ b/usr.bin/openssl/progs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: progs.h,v 1.3 2015/06/19 15:06:51 jsing Exp $ */
+/* $OpenBSD: progs.h,v 1.4 2015/06/20 13:51:52 jsing Exp $ */
/* Public domain */
extern int asn1parse_main(int argc, char *argv[]);
@@ -144,9 +144,6 @@ FUNCTION functions[] = {
#ifndef OPENSSL_NO_MD5
{ FUNC_TYPE_MD, "md5", dgst_main },
#endif
-#ifndef OPENSSL_NO_MDC2
- { FUNC_TYPE_MD, "mdc2", dgst_main },
-#endif
#ifndef OPENSSL_NO_RIPEMD160
{ FUNC_TYPE_MD, "ripemd160", dgst_main },
#endif