The branch OpenSSL_1_1_1-stable has been updated
       via  2b03114593c59b3010a0d5166ec349b8985a8290 (commit)
      from  a9e4192e711de0018664346ccd33a9bbb0637572 (commit)


- Log -----------------------------------------------------------------
commit 2b03114593c59b3010a0d5166ec349b8985a8290
Author: Tomas Mraz <[email protected]>
Date:   Tue Oct 9 18:37:10 2018 +0200

    Fix copy&paste error found in Coverity scan
    
    Reviewed-by: Nicola Tuveri <[email protected]>
    Reviewed-by: Matt Caswell <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/7377)
    
    (cherry picked from commit 628ee796389b555ddb5fc28355e16e9417ab1724)

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

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

diff --git a/apps/speed.c b/apps/speed.c
index a487917..40e9904 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -2896,7 +2896,7 @@ int speed_main(int argc, char **argv)
 
             if (rsa_count <= 1) {
                 /* if longer than 10s, don't do any more */
-                for (testnum++; testnum < EC_NUM; testnum++)
+                for (testnum++; testnum < ECDSA_NUM; testnum++)
                     ecdsa_doit[testnum] = 0;
             }
         }
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to