summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-11-18 17:16:57 +0000
committerMatt Caswell <matt@openssl.org>2014-12-16 14:13:56 +0000
commitfd86c2b153de991362a98771bc6d3deb2ee579bd (patch)
tree8f0b66be33d498f3817f0a427ef414f6d6f55bba /apps/s_cb.c
parentaf6e2d51bfeabbae827030d4c9d58a8f7477c4a0 (diff)
Add missing OPENSSL_NO_EC guards
Reviewed-by: Emilia Käsper <emilia@openssl.org>
Diffstat (limited to 'apps/s_cb.c')
-rw-r--r--apps/s_cb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/s_cb.c b/apps/s_cb.c
index f3892f92e6..0a6d0ce3f5 100644
--- a/apps/s_cb.c
+++ b/apps/s_cb.c
@@ -1816,6 +1816,7 @@ static int security_callback_debug(SSL *s, SSL_CTX *ctx,
BIO_puts(sdb->out, SSL_CIPHER_get_name(other));
break;
+#ifndef OPENSSL_NO_EC
case SSL_SECOP_OTHER_CURVE:
{
const char *cname;
@@ -1825,6 +1826,7 @@ static int security_callback_debug(SSL *s, SSL_CTX *ctx,
BIO_puts(sdb->out, cname);
}
break;
+#endif
case SSL_SECOP_OTHER_DH:
{