Fix build problem with current 1.0.2 branch.
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 8 Mar 2017 22:43:23 +0000 (23:43 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 9 Mar 2017 09:46:14 +0000 (09:46 +0000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2883)

apps/enc.c

index 69fb3f957e0eea70a68bb82e4ee5da61a921f4bd..032db3daa639deff8ff9283c2aa6b0c17bcaacc8 100644 (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;