diff options
| author | Steven Fackler <[email protected]> | 2013-10-22 23:23:57 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2013-10-22 23:23:57 -0700 |
| commit | 83d702df2b568ec4ad32fc15bf73abdc82497218 (patch) | |
| tree | c63abfed390a62741515a378111300094cc9ad64 /ffi.rs | |
| parent | Travis CI infrastructure (diff) | |
| download | rust-openssl-83d702df2b568ec4ad32fc15bf73abdc82497218.tar.xz rust-openssl-83d702df2b568ec4ad32fc15bf73abdc82497218.zip | |
Remove Sslv2 option
Many distributions of OpenSSL disable this method as SSLv2 has known
security issues.
Diffstat (limited to 'ffi.rs')
| -rw-r--r-- | ffi.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -43,7 +43,6 @@ externfn!(fn ERR_get_error() -> c_ulong) externfn!(fn SSL_library_init() -> c_int) -externfn!(fn SSLv2_method() -> *SSL_METHOD) externfn!(fn SSLv3_method() -> *SSL_METHOD) externfn!(fn TLSv1_method() -> *SSL_METHOD) externfn!(fn SSLv23_method() -> *SSL_METHOD) |