Loading openssl-sys/build/expando.c +4 −0 Original line number Diff line number Diff line Loading @@ -111,6 +111,10 @@ RUST_CONF_OPENSSL_NO_SSL3_METHOD RUST_CONF_OPENSSL_NO_TLSEXT #endif #ifdef OPENSSL_NO_SOCK RUST_CONF_OPENSSL_NO_SOCK #endif #ifdef OPENSSL_NO_STDIO RUST_CONF_OPENSSL_NO_STDIO #endif Loading openssl-sys/src/handwritten/bio.rs +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ const_ptr_api! { } extern "C" { #[cfg(not(osslconf = "OPENSSL_NO_SOCK"))] pub fn BIO_new_socket(sock: c_int, close_flag: c_int) -> *mut BIO; #[cfg(any(ossl110, libressl273))] Loading Loading
openssl-sys/build/expando.c +4 −0 Original line number Diff line number Diff line Loading @@ -111,6 +111,10 @@ RUST_CONF_OPENSSL_NO_SSL3_METHOD RUST_CONF_OPENSSL_NO_TLSEXT #endif #ifdef OPENSSL_NO_SOCK RUST_CONF_OPENSSL_NO_SOCK #endif #ifdef OPENSSL_NO_STDIO RUST_CONF_OPENSSL_NO_STDIO #endif Loading
openssl-sys/src/handwritten/bio.rs +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ const_ptr_api! { } extern "C" { #[cfg(not(osslconf = "OPENSSL_NO_SOCK"))] pub fn BIO_new_socket(sock: c_int, close_flag: c_int) -> *mut BIO; #[cfg(any(ossl110, libressl273))] Loading