exclude CyaSSL_connect_cert when using NO_CYASSL_CLIENT

This commit is contained in:
Chris Conlon 2012-05-03 14:48:45 -06:00
parent ccabe829cb
commit 37e994f4a2
1 changed files with 2 additions and 0 deletions

View File

@ -395,6 +395,7 @@ int CyaSSL_CTX_set_group_messages(CYASSL_CTX* ctx)
}
#ifndef NO_CYASSL_CLIENT
/* connect enough to get peer cert chain */
int CyaSSL_connect_cert(CYASSL* ssl)
{
@ -409,6 +410,7 @@ int CyaSSL_connect_cert(CYASSL* ssl)
return ret;
}
#endif
/* trun on handshake group messages for ssl object */