[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Mon May 25 23:11:41 UTC 2015


The branch master has been updated
       via  cc630cdbcc77859a8d4ada54d3c986afe9f9dece (commit)
      from  02db21dfb4d9ea76d83a10df6d46d8b511fcce50 (commit)


- Log -----------------------------------------------------------------
commit cc630cdbcc77859a8d4ada54d3c986afe9f9dece
Author: Rich Salz <rsalz at akamai.com>
Date:   Mon May 25 16:16:34 2015 -0400

    Fix segfault in ec command
    
    Thanks to Brian Carpenter <brian.carpenter at gmail.com> for finding this.
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 apps/ec.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/ec.c b/apps/ec.c
index c56150c..31a50ee 100644
--- a/apps/ec.c
+++ b/apps/ec.c
@@ -176,6 +176,7 @@ int ec_main(int argc, char **argv)
         case OPT_CIPHER:
             if (!opt_cipher(opt_unknown(), &enc))
                 goto opthelp;
+            break;
         case OPT_CONV_FORM:
             if (!opt_pair(opt_arg(), conv_forms, &i))
                 goto opthelp;


More information about the openssl-commits mailing list