Changeset 74300 in vbox
- Timestamp:
- Sep 16, 2018 7:50:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp
r74299 r74300 94 94 # elif OPENSSL_VERSION_NUMBER >= 0x10002000 95 95 const SSL_METHOD *pSslMethod = SSLv23_method(); 96 # elif OPENSSL_VERSION_NUMBER >= 0x10000000 97 const SSL_METHOD *pSslMethod = TLSv1_method(); 96 98 # else 97 99 SSL_METHOD *pSslMethod = TLSv1_method();
Note:
See TracChangeset
for help on using the changeset viewer.