From 1863af07624380e11e58158c56959febce7b0dbc Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 4 Apr 2014 15:13:44 -0700 Subject: [PATCH] remove CYASSL_MSG undef --- src/ssl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ssl.c b/src/ssl.c index 5a185648d..17b76bc53 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -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;