summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2017-03-08 23:43:23 +0100
committerMatt Caswell <matt@openssl.org>2017-03-09 09:46:14 +0000
commit08330a1241379945d3d93c7205d0489f8ba2064c (patch)
treecb5872da4c1a5439080a324e1e17d018a1687d1c /apps
parent201015ee4f38e5d216a7625282c6b8a395b680b7 (diff)
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)
Diffstat (limited to 'apps')
-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;