Loading openssl-sys/src/handwritten/ssl.rs +0 −2 Original line number Diff line number Diff line Loading @@ -712,8 +712,6 @@ extern "C" { pub fn DTLSv1_2_method() -> *const SSL_METHOD; } extern "C" { pub fn SSL_get_error(ssl: *const SSL, ret: c_int) -> c_int; pub fn SSL_get_version(ssl: *const SSL) -> *const c_char; Loading Loading
openssl-sys/src/handwritten/ssl.rs +0 −2 Original line number Diff line number Diff line Loading @@ -712,8 +712,6 @@ extern "C" { pub fn DTLSv1_2_method() -> *const SSL_METHOD; } extern "C" { pub fn SSL_get_error(ssl: *const SSL, ret: c_int) -> c_int; pub fn SSL_get_version(ssl: *const SSL) -> *const c_char; Loading