[Pkg-voip-commits] r9087 - /ptlib/branches/ptlib2.4-wolf/debian/patches/sslv2-unsupported

msp at alioth.debian.org msp at alioth.debian.org
Sat Jul 2 06:47:31 UTC 2011


Author: msp
Date: Sat Jul  2 06:47:30 2011
New Revision: 9087

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9087
Log:
resolve conflict

Added:
    ptlib/branches/ptlib2.4-wolf/debian/patches/sslv2-unsupported

Added: ptlib/branches/ptlib2.4-wolf/debian/patches/sslv2-unsupported
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/branches/ptlib2.4-wolf/debian/patches/sslv2-unsupported?rev=9087&op=file
==============================================================================
--- ptlib/branches/ptlib2.4-wolf/debian/patches/sslv2-unsupported (added)
+++ ptlib/branches/ptlib2.4-wolf/debian/patches/sslv2-unsupported Sat Jul  2 06:47:30 2011
@@ -1,0 +1,18 @@
+Index: ptlib-wolf-2.4.5/src/ptclib/pssl.cxx
+===================================================================
+--- ptlib-wolf-2.4.5.orig/src/ptclib/pssl.cxx	2009-02-23 12:48:12.000000000 +1100
++++ ptlib-wolf-2.4.5/src/ptclib/pssl.cxx	2011-07-02 16:33:16.000000000 +1000
+@@ -800,12 +800,9 @@
+ void PSSLContext::Construct(Method method, const void * sessionId, PINDEX idSize)
+ {
+   // create the new SSL context
+-  SSL_METHOD * meth;
++  const SSL_METHOD * meth;
+ 
+   switch (method) {
+-    case SSLv2:
+-      meth = SSLv2_method();
+-      break;
+     case SSLv3:
+       meth = SSLv3_method();
+       break;




More information about the Pkg-voip-commits mailing list