Ticket #27606: patch-src-xstd-Ssl.cc.diff
File patch-src-xstd-Ssl.cc.diff, 348 bytes (added by fclaire@…, 14 years ago) |
---|
-
src/xstd/Ssl.cc
old new 23 23 24 24 SslCtx::SslCtx(SslProtocol protocol, const String &cipher): theCtx(0) { 25 25 #if OPENSSL_ENABLED 26 SSL_METHOD *method;26 const SSL_METHOD *method; 27 27 switch(protocol) { 28 28 case SSLv2: 29 29 method = ::SSLv2_method();