summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-09-20 01:50:11 +0200
committerRichard Levitte <levitte@openssl.org>2015-09-20 01:57:57 +0200
commitda9a22bb579821d0ababac7319c2f2995e66e4d3 (patch)
treee8e1b0a389944248a541ae5b87b28a5794936cea /apps/openssl.c
parent56c1ef05014239f4bfa377946a30fe38c95d25fd (diff)
Finally, remove a possibly disabled feature
I have no clue why MD_GHOST94 was checked on, there is no OPENSSL_NO_MD_GHOST94 in sight anywhere Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'apps/openssl.c')
-rw-r--r--apps/openssl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/openssl.c b/apps/openssl.c
index ca1eac0606..d01731fb49 100644
--- a/apps/openssl.c
+++ b/apps/openssl.c
@@ -792,9 +792,6 @@ static void list_disabled(void)
#ifdef OPENSSL_NO_MDC2
BIO_puts(bio_out, "MDC2\n");
#endif
-#ifdef OPENSSL_NO_MD_GHOST94
- BIO_puts(bio_out, "MD_GHOST94\n");
-#endif
#ifdef OPENSSL_NO_OCB
BIO_puts(bio_out, "OCB\n");
#endif