Merge branch 'master' of github.com:cyassl/cyassl

This commit is contained in:
toddouska 2012-05-03 18:07:46 -07:00
commit 4278a4ac99
1 changed files with 2 additions and 0 deletions

View File

@ -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 */