[openssl] master update

tmraz at fedoraproject.org tmraz at fedoraproject.org
Tue Dec 17 18:15:55 UTC 2019


The branch master has been updated
       via  1ac7e15375be39c8f03171c02658cf703f58217a (commit)
      from  982efd7765f42ba0329e5db6e3434b072d90842c (commit)


- Log -----------------------------------------------------------------
commit 1ac7e15375be39c8f03171c02658cf703f58217a
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)

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

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

diff --git a/apps/speed.c b/apps/speed.c
index d8d6f0a1ef..fa306c9f7e 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -3909,6 +3909,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