fix non-blocking example client compile

This commit is contained in:
toddouska 2012-08-06 09:52:43 -07:00
parent 644726a3fc
commit ba0d887369
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#endif
#if defined(NON_BLOCKING) || defined(CYASSL_CALLBACKS)
void NonBlockingSSL_Connect(CyaSSL* ssl)
void NonBlockingSSL_Connect(CYASSL* ssl)
{
#ifndef CYASSL_CALLBACKS
int ret = CyaSSL_connect(ssl);