fix non-blocking example client compile

This commit is contained in:
toddouska 2012-08-06 09:52:43 -07:00
parent 644726a3fc
commit ba0d887369

View File

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