Commit 40eed05d authored by Doug Bodden's avatar Doug Bodden
Browse files

Fix formatting.

parent ee3eaa32
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;