--- ptlib-2.10.10~dfsg.orig/src/ptclib/pssl.cxx	2015-11-06 18:02:56.367543788 +0100
+++ ptlib-2.10.10~dfsg/src/ptclib/pssl.cxx	2015-11-06 18:04:10.719376101 +0100
@@ -805,9 +805,12 @@
   SSL_METHOD * meth;
 
   switch (method) {
+#ifndef OPENSSL_NO_SSL3
+    // fall through to SSLv23_method if unsupported
     case SSLv3:
       meth = SSLv3_method();
       break;
+#endif
     case TLSv1:
       meth = TLSv1_method(); 
       break;
