Merge branch 'master' of github.com:cyassl/cyassl
This commit is contained in:
commit
4278a4ac99
@ -434,6 +434,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)
|
||||
{
|
||||
@ -448,6 +449,7 @@ int CyaSSL_connect_cert(CYASSL* ssl)
|
||||
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/* trun on handshake group messages for ssl object */
|
||||
|
Loading…
Reference in New Issue
Block a user