mirror of https://github.com/wolfSSL/wolfssl.git
remove CYASSL_MSG undef
parent
562b017776
commit
1863af0762
|
@ -124,10 +124,6 @@ static volatile int initRefCount = 0;
|
||||||
static CyaSSL_Mutex count_mutex; /* init ref count mutex */
|
static CyaSSL_Mutex count_mutex; /* init ref count mutex */
|
||||||
|
|
||||||
|
|
||||||
#undef CYASSL_MSG
|
|
||||||
#define CYASSL_MSG(m) printf("%s\n", m);
|
|
||||||
|
|
||||||
|
|
||||||
CYASSL_CTX* CyaSSL_CTX_new(CYASSL_METHOD* method)
|
CYASSL_CTX* CyaSSL_CTX_new(CYASSL_METHOD* method)
|
||||||
{
|
{
|
||||||
CYASSL_CTX* ctx = NULL;
|
CYASSL_CTX* ctx = NULL;
|
||||||
|
|
Loading…
Reference in New Issue