From: Bernd Edlinger Date: Wed, 8 Mar 2017 22:43:23 +0000 (+0100) Subject: Fix build problem with current 1.0.2 branch. X-Git-Tag: OpenSSL_1_0_2l~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08330a1241379945d3d93c7205d0489f8ba2064c;p=thirdparty%2Fopenssl.git Fix build problem with current 1.0.2 branch. Reviewed-by: Rich Salz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/2883) --- diff --git a/apps/enc.c b/apps/enc.c index 69fb3f957e0..032db3daa63 100644 --- a/apps/enc.c +++ b/apps/enc.c @@ -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;