1--- ptlib-2.10.11/src/ptclib/pssl.cxx 2016-02-07 09:54:36.326325637 +0000
2+++ ptlib-2.10.11/src/ptclib/pssl.cxx 2016-02-07 09:55:55.677870908 +0000
3@@ -805,11 +805,13 @@
4 SSL_METHOD * meth;
5
6 switch (method) {
7+#if !defined(OPENSSL_NO_SSL3)
8 case SSLv3:
9 meth = SSLv3_method();
10 break;
11+#endif
12 case TLSv1:
13 meth = TLSv1_method();
14 break;
15 case SSLv23:
16 default: