projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc0b19a
)
Small typo
author
Richard Levitte
<levitte@openssl.org>
Sat, 19 Sep 2015 22:46:44 +0000
(
00:46
+0200)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 19 Sep 2015 22:46:44 +0000
(
00:46
+0200)
OPENSSL_NO_ECA changed to OPENSSL_NO_EC
Reviewed-by: Stephen Henson <steve@openssl.org>
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index 1508076e9b07aa8a048c407aaccb912c9dd6f0b8..4b53f61a2c3885033384f0f1f0595945513d0719 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-521,7
+521,7
@@
static OPT_PAIR rsa_choices[] = {
#define R_EC_B283 13
#define R_EC_B409 14
#define R_EC_B571 15
-#ifndef OPENSSL_NO_EC
A
+#ifndef OPENSSL_NO_EC
static OPT_PAIR ecdsa_choices[] = {
{"ecdsap160", R_EC_P160},
{"ecdsap192", R_EC_P192},