[pan2/testing: 227/279] TODO : win32 and gtk3 compatibilty (sec_dialog and ssl)



commit a1408e0148f450ac6464f54f50d61eeb56bbd2ad
Author: Heinrich MÃller <sphemuel stud informatik uni-erlangen de>
Date:   Mon Nov 7 09:23:34 2011 +0100

    TODO : win32 and gtk3 compatibilty (sec_dialog and ssl)

 pan/tasks/socket-impl-openssl.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/pan/tasks/socket-impl-openssl.cc b/pan/tasks/socket-impl-openssl.cc
index 290a007..3099826 100644
--- a/pan/tasks/socket-impl-openssl.cc
+++ b/pan/tasks/socket-impl-openssl.cc
@@ -780,11 +780,9 @@ GIOChannelSocketSSL :: ssl_get_iochannel(GIOChannel *handle, gboolean verify)
 
   if (ssl_handshake(gchan, this, &_certstore, _host) == 0)
   {
-    std::cerr<<"handshake success\n";
     g_io_channel_set_flags (handle, G_IO_FLAG_NONBLOCK, 0);
     return gchan;
   }
-  std::cerr<<"handshake fail\n";
   return 0;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]