提交 fd86c2b1 编写于 作者: M Matt Caswell

Add missing OPENSSL_NO_EC guards

Reviewed-by: NEmilia Käsper <emilia@openssl.org>
上级 af6e2d51
......@@ -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:
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册