diff options
author | Paul Yang <yang.yang@baishancloud.com> | 2017-08-22 19:04:28 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-08-22 19:22:16 +0200 |
commit | 94e1f8ab5a9e5996d1808f236c77343acfad9d33 (patch) | |
tree | 690ae30aebb2ce7f3d19df21de553a5c1ec17f4e | |
parent | Use "" not <> on e_os.h include (diff) | |
download | openssl-94e1f8ab5a9e5996d1808f236c77343acfad9d33.tar.xz openssl-94e1f8ab5a9e5996d1808f236c77343acfad9d33.zip |
Remove useless macros in apps/speed.c
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4221)
-rw-r--r-- | apps/speed.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/speed.c b/apps/speed.c index 4a2a4a9069..1fef0d31c0 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 |