[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue Aug 22 17:41:25 UTC 2017


The branch master has been updated
       via  94e1f8ab5a9e5996d1808f236c77343acfad9d33 (commit)
      from  bef7a81530442033ecb727196bddeb96d327acaf (commit)


- Log -----------------------------------------------------------------
commit 94e1f8ab5a9e5996d1808f236c77343acfad9d33
Author: Paul Yang <yang.yang at baishancloud.com>
Date:   Wed Aug 23 01:04:28 2017 +0800

    Remove useless macros in apps/speed.c
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4221)

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

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

diff --git a/apps/speed.c b/apps/speed.c
index 4a2a4a9..1fef0d3 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -10,7 +10,6 @@
 
 #undef SECONDS
 #define SECONDS                 3
-#define PRIME_SECONDS   10
 #define RSA_SECONDS             10
 #define DSA_SECONDS             10
 #define ECDSA_SECONDS   10
@@ -118,7 +117,6 @@
 
 #define ALGOR_NUM       30
 #define SIZE_NUM        6
-#define PRIME_NUM       3
 #define RSA_NUM         7
 #define DSA_NUM         3
 


More information about the openssl-commits mailing list