mirror of https://github.com/openssl/openssl.git
Fix build problem with current 1.0.2 branch.
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2883)
This commit is contained in:
parent
201015ee4f
commit
08330a1241
|
|
@ -85,6 +85,7 @@ static void show_ciphers(const OBJ_NAME *name, void *bio_)
|
|||
{
|
||||
BIO *bio = bio_;
|
||||
static int n;
|
||||
const EVP_CIPHER *cipher;
|
||||
|
||||
if (!islower((unsigned char)*name->name))
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue