]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
remove debuging output 4061/head
authorKees Monshouwer <mind04@monshouwer.org>
Tue, 2 Feb 2016 19:54:18 +0000 (20:54 +0100)
committermind04 <mind04@monshouwer.org>
Sat, 25 Jun 2016 22:15:27 +0000 (00:15 +0200)
pdns/opensslsigners.cc

index 2381263ab956f87e06d99ff0d80b981af3bcc9ea..48bbed6a08f214e2ba6f45d7784d6ed592835d8c 100644 (file)
@@ -46,7 +46,6 @@ void openssl_thread_setup()
 
 void openssl_thread_cleanup()
 {
-  cout<<"Thread cleanup!"<<endl;
   CRYPTO_set_locking_callback(NULL);
 
   for (int i=0; i<CRYPTO_num_locks(); i++) {