[pan2: 180/268] TODO : win32 and gtk3 compatibilty (sec_dialog and ssl)
- From: Heinrich MÃller <henmull src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2: 180/268] TODO : win32 and gtk3 compatibilty (sec_dialog and ssl)
- Date: Mon, 2 Jan 2012 15:53:08 +0000 (UTC)
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]