summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/enc.c b/apps/enc.c
index 69fb3f957e..032db3daa6 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;