fix non-blocking example client compile
This commit is contained in:
parent
644726a3fc
commit
ba0d887369
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user