[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Matt Caswell matt at openssl.org
Thu Mar 9 09:52:33 UTC 2017


The branch OpenSSL_1_0_2-stable has been updated
       via  08330a1241379945d3d93c7205d0489f8ba2064c (commit)
      from  201015ee4f38e5d216a7625282c6b8a395b680b7 (commit)


- Log -----------------------------------------------------------------
commit 08330a1241379945d3d93c7205d0489f8ba2064c
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date:   Wed Mar 8 23:43:23 2017 +0100

    Fix build problem with current 1.0.2 branch.
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (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;


More information about the openssl-commits mailing list