forked from wolfSSL/wolfssl
remove debug logging macro left in
This commit is contained in:
@ -58,7 +58,7 @@ CYASSL_API int CyaSSL_SetLoggingCb(CyaSSL_Logging_cb log_function);
|
|||||||
#define CYASSL_ENTER(m)
|
#define CYASSL_ENTER(m)
|
||||||
#define CYASSL_LEAVE(m, r)
|
#define CYASSL_LEAVE(m, r)
|
||||||
|
|
||||||
#define CYASSL_ERROR(e) printf("Cyassl Error 0x%x\n", e);
|
#define CYASSL_ERROR(e)
|
||||||
#define CYASSL_MSG(m)
|
#define CYASSL_MSG(m)
|
||||||
|
|
||||||
#endif /* DEBUG_CYASSL */
|
#endif /* DEBUG_CYASSL */
|
||||||
|
Reference in New Issue
Block a user