The branch OpenSSL_1_0_2-stable has been updated
via 08330a1241379945d3d93c7205d0489f8ba2064c (commit)
from 201015ee4f38e5d216a7625282c6b8a395b680b7 (commit)
- Log -----------------------------------------------------------------
commit 08330a1241379945d3d93c7205d0489f8ba2064c
Author: Bernd Edlinger <[email protected]>
Date: Wed Mar 8 23:43:23 2017 +0100
Fix build problem with current 1.0.2 branch.
Reviewed-by: Rich Salz <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/2883)
-----------------------------------------------------------------------
Summary of changes:
apps/enc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/apps/enc.c b/apps/enc.c
index 69fb3f9..032db3d 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;
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits