From f777dd74b6f23349b05c99750a4b6f3492f4cd99 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Mon, 11 Jun 2012 20:46:37 -0400 Subject: [PATCH] how is this different? --- nucleus/library/crypto/ssl_init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucleus/library/crypto/ssl_init.cpp b/nucleus/library/crypto/ssl_init.cpp index f32da3a4..9a54f527 100644 --- a/nucleus/library/crypto/ssl_init.cpp +++ b/nucleus/library/crypto/ssl_init.cpp @@ -36,7 +36,7 @@ const int SEED_SIZE = 100; // our global initialization object. SAFE_STATIC_CONST(ssl_init, static_ssl_initializer, ) -//#define DEBUG_SSL +#define DEBUG_SSL // uncomment to cause more debugging information to be generated, plus // more checking to be performed in the SSL support. -- 2.34.1