Fix list -disabled for blake2 alg
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2241)
This commit is contained in:
parent
ef3f621ed5
commit
487d3a726a
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ static void list_disabled(void)
|
|||
#ifdef OPENSSL_NO_BF
|
||||
BIO_puts(bio_out, "BF\n");
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_BLAKE2
|
||||
#ifdef OPENSSL_NO_BLAKE2
|
||||
BIO_puts(bio_out, "BLAKE2\n");
|
||||
#endif
|
||||
#ifdef OPENSSL_NO_CAMELLIA
|
||||
|
|
Loading…
Reference in a new issue