mirror of https://github.com/wolfSSL/wolfssl.git
exclude CyaSSL_connect_cert when using NO_CYASSL_CLIENT
parent
ccabe829cb
commit
37e994f4a2
|
@ -395,6 +395,7 @@ int CyaSSL_CTX_set_group_messages(CYASSL_CTX* ctx)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef NO_CYASSL_CLIENT
|
||||||
/* connect enough to get peer cert chain */
|
/* connect enough to get peer cert chain */
|
||||||
int CyaSSL_connect_cert(CYASSL* ssl)
|
int CyaSSL_connect_cert(CYASSL* ssl)
|
||||||
{
|
{
|
||||||
|
@ -409,6 +410,7 @@ int CyaSSL_connect_cert(CYASSL* ssl)
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* trun on handshake group messages for ssl object */
|
/* trun on handshake group messages for ssl object */
|
||||||
|
|
Loading…
Reference in New Issue