Support OpenSSL built without SSL3 support
commit65952d961490efd52a0f21a1addf72c92da28ee1
authorSara Golemon <sgolemon@fb.com>
Tue, 29 Sep 2015 21:30:01 +0000 (29 14:30 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Tue, 29 Sep 2015 22:00:35 +0000 (29 15:00 -0700)
tree79d11549b880770aa1396a4011029f9c8c5cd2bd
parent46d04cfdb6b5987946f19ed6c65cee676e27b254
Support OpenSSL built without SSL3 support

Summary: Debian is dropping SSL3 support.
Use the appropriate define check to conditionally not use it.

Closes https://github.com/facebook/hhvm/issues/6288

Reviewed By: @siyengar

Differential Revision: D2486752
hphp/runtime/base/ssl-socket.cpp