summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-04-29 09:09:46 +0200
committerRichard Levitte <levitte@openssl.org>2016-04-29 09:09:46 +0200
commit1f644005ac5f84536c2a80480bf6fdbdf1239f39 (patch)
treedf1b73567c987630f53c2a1db4fa4f9a6cb9540e /apps
parent08590a8647fe2586142451c2a9108388da629eb0 (diff)
make update
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'apps')
-rw-r--r--apps/progs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/progs.h b/apps/progs.h
index 9cc2f2b088..ac9d20804b 100644
--- a/apps/progs.h
+++ b/apps/progs.h
@@ -214,9 +214,7 @@ static FUNCTION functions[] = {
#ifndef OPENSSL_NO_MD4
{ FT_md, "md4", dgst_main},
#endif
-#ifndef OPENSSL_NO_MD5
{ FT_md, "md5", dgst_main},
-#endif
#ifndef OPENSSL_NO_GOST
{ FT_md, "gost", dgst_main},
#endif