[openssl] OpenSSL_1_1_1-stable update

nic.tuv at gmail.com nic.tuv at gmail.com
Sun Jan 5 13:44:00 UTC 2020


The branch OpenSSL_1_1_1-stable has been updated
       via  49847f3c40590181270b2a57b8b2bc95a7579e82 (commit)
      from  940c5888a2510403ae6178581d9280f0b8ef700b (commit)


- Log -----------------------------------------------------------------
commit 49847f3c40590181270b2a57b8b2bc95a7579e82
Author: fangming.fang <fangming.fang at arm.com>
Date:   Fri Dec 27 03:36:36 2019 +0000

    Fix disabled ecdsa in apps/speed
    
    This came from f3fdfbf78c6b. run = 1 should be done in pkey_print_message
    as well, otherwise other tests printed with pkey_print_message won't run.
    
    Change-Id: I0ba0b05256ad6509ada4735b26d10f8a73fd89ec
    
    Reviewed-by: Nicola Tuveri <nic.tuv at gmail.com>
    Reviewed-by: Bernd Edlinger <bernd.edlinger at hotmail.de>
    (Merged from https://github.com/openssl/openssl/pull/10710)
    
    (cherry picked from commit 6e49b514067a2b6a30d064d2ae1fdfd8050c184b)

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

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

diff --git a/apps/speed.c b/apps/speed.c
index da7fc7f25c..d0720841e7 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -3411,6 +3411,7 @@ static void pkey_print_message(const char *str, const char *str2, long num,
                mr ? "+DTP:%d:%s:%s:%d\n"
                : "Doing %u bits %s %s's for %ds: ", bits, str, str2, tm);
     (void)BIO_flush(bio_err);
+    run = 1;
     alarm(tm);
 #else
     BIO_printf(bio_err,


More information about the openssl-commits mailing list