summaryrefslogtreecommitdiffstats
path: root/test/ssl_old_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ssl_old_test.c')
-rw-r--r--test/ssl_old_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ssl_old_test.c b/test/ssl_old_test.c
index 4114d94917..f63ec67854 100644
--- a/test/ssl_old_test.c
+++ b/test/ssl_old_test.c
@@ -718,6 +718,7 @@ static void sv_usage(void)
static void print_key_details(BIO *out, EVP_PKEY *key)
{
int keyid = EVP_PKEY_id(key);
+#if 0
#ifndef OPENSSL_NO_EC
if (keyid == EVP_PKEY_EC) {
EC_KEY *ec = EVP_PKEY_get1_EC_KEY(key);
@@ -731,6 +732,7 @@ static void print_key_details(BIO *out, EVP_PKEY *key)
BIO_printf(out, "%d bits EC (%s)", EVP_PKEY_bits(key), cname);
} else
#endif
+#endif
{
const char *algname;
switch (keyid) {