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>
This commit is contained in:
parent
56c1ef0501
commit
da9a22bb57
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue