Revision: 34773
http://sourceforge.net/p/opalvoip/code/34773
Author: rjongbloed
Date: 2016-04-17 17:25:31 +0000 (Sun, 17 Apr 2016)
Log Message:
-----------
Reversed accidental check in to tag branch.
Merged revision(s) 34771 from ptlib/tags/v2_16_1:
Fixed build against older OpenSSL
Modified Paths:
--------------
ptlib/tags/v2_16_1/src/ptclib/pssl.cxx
Modified: ptlib/tags/v2_16_1/src/ptclib/pssl.cxx
===================================================================
--- ptlib/tags/v2_16_1/src/ptclib/pssl.cxx 2016-04-17 17:20:36 UTC (rev 34772)
+++ ptlib/tags/v2_16_1/src/ptclib/pssl.cxx 2016-04-17 17:25:31 UTC (rev 34773)
@@ -1881,7 +1881,6 @@
case TLSv1:
meth = TLSv1_method();
break;
-#if OPENSSL_VERSION_NUMBER > 0x0090819fL
case TLSv1_1 :
meth = TLSv1_1_method();
break;
@@ -1906,7 +1905,6 @@
meth = DTLSv1_method();
break;
#endif
-#endif
default :
PAssertAlways("Unsupported TLS/DTLS version");
m_context = NULL;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|