[openssl] OpenSSL_1_1_1-stable update

tmraz at fedoraproject.org tmraz at fedoraproject.org
Tue Dec 17 18:16:57 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  d28ddc65cfb6fc66f916d095ea74dd9c2e5679ba (commit)
      from  e2af84bd45c017c0c6a0fa06ee5d7fcf11d7366d (commit)


- Log -----------------------------------------------------------------
commit d28ddc65cfb6fc66f916d095ea74dd9c2e5679ba
Author: Saritha <bsaritha at caviumnetworks.com>
Date:   Tue Oct 29 12:10:55 2019 +0530

    apps/speed.c: Fix eddsa sign and verify output with -multi option
    
    Fixes #10261
    CLA: trivial
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
    (Merged from https://github.com/openssl/openssl/pull/10285)
    
    (cherry picked from commit 1ac7e15375be39c8f03171c02658cf703f58217a)

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

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

diff --git a/apps/speed.c b/apps/speed.c
index d396b3acca..88cbdf01af 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -3584,6 +3584,7 @@ static int do_multi(int multi, int size_num)
                 p = buf + 4;
                 k = atoi(sstrsep(&p, sep));
                 sstrsep(&p, sep);
+                sstrsep(&p, sep);
 
                 d = atof(sstrsep(&p, sep));
                 eddsa_results[k][0] += d;


More information about the openssl-commits mailing list