From: bert hubert Date: Tue, 2 Feb 2016 15:34:03 +0000 (+0100) Subject: remove debugging output - it served its purpose, likely fix the random hang bug in... X-Git-Tag: dnsdist-1.0.0-alpha2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=305c6abe32e2f25f5ad86915b1f987514fd33090;p=pdns remove debugging output - it served its purpose, likely fix the random hang bug in openssl. It was not openssl's fault. --- diff --git a/pdns/opensslsigners.cc b/pdns/opensslsigners.cc index a9d5e8eae..5b4327fbb 100644 --- a/pdns/opensslsigners.cc +++ b/pdns/opensslsigners.cc @@ -16,14 +16,9 @@ extern "C" { void openssl_pthreads_locking_callback(int mode, int type, const char *file, int line) { if (mode & CRYPTO_LOCK) { - if(type != 19 && type !=18) - cout<<"Lock of "< " << ((type&CRYPTO_READ)?"r":"w")< "<<((type&CRYPTO_READ)?"r":"w")<