remove CYASSL_MSG undef

This commit is contained in:
toddouska 2014-04-04 15:13:44 -07:00
parent 562b017776
commit 1863af0762

View File

@ -124,10 +124,6 @@ static volatile int initRefCount = 0;
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* ctx = NULL;