From: Richard Levitte Date: Sat, 19 Sep 2015 23:50:11 +0000 (+0200) Subject: Finally, remove a possibly disabled feature X-Git-Tag: OpenSSL_1_1_0-pre1~585 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=da9a22bb579821d0ababac7319c2f2995e66e4d3;p=oweals%2Fopenssl.git 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 --- 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