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:
8e1634e
)
Fix no-ec
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 Apr 2017 16:08:22 +0000
(17:08 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 Apr 2017 16:12:23 +0000
(17:12 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3321)
test/evp_extra_test.c
patch
|
blob
|
history
diff --git
a/test/evp_extra_test.c
b/test/evp_extra_test.c
index 80737f96cdb7fd843ec6791f804878e67e74e1b1..d780161e34418a144ba1ed097902cec16420dffc 100644
(file)
--- a/
test/evp_extra_test.c
+++ b/
test/evp_extra_test.c
@@
-196,7
+196,9
@@
typedef struct APK_DATA_st {
static APK_DATA keydata[] = {
{kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), EVP_PKEY_RSA},
{kExampleRSAKeyPKCS8, sizeof(kExampleRSAKeyPKCS8), EVP_PKEY_RSA},
+#ifndef OPENSSL_NO_EC
{kExampleECKeyDER, sizeof(kExampleECKeyDER), EVP_PKEY_EC}
+#endif
};
static EVP_PKEY *load_example_rsa_key(void)