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:
Bernd Edlinger 2017-03-08 23:43:23 +01:00 committed by Matt Caswell
parent 201015ee4f
commit 08330a1241
1 changed files with 1 additions and 0 deletions

View File

@ -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;