Loading openssl-sys/src/evp.rs +4 −0 Original line number Diff line number Diff line Loading @@ -363,6 +363,10 @@ extern "C" { pub fn EVP_chacha20() -> *const ::EVP_CIPHER; #[cfg(ossl110)] pub fn EVP_chacha20_poly1305() -> *const ::EVP_CIPHER; pub fn EVP_seed_cbc() -> *const EVP_CIPHER; pub fn EVP_seed_cfb128() -> *const EVP_CIPHER; pub fn EVP_seed_ecb() -> *const EVP_CIPHER; pub fn EVP_seed_ofb() -> *const EVP_CIPHER; #[cfg(not(ossl110))] pub fn OPENSSL_add_all_algorithms_noconf(); Loading Loading
openssl-sys/src/evp.rs +4 −0 Original line number Diff line number Diff line Loading @@ -363,6 +363,10 @@ extern "C" { pub fn EVP_chacha20() -> *const ::EVP_CIPHER; #[cfg(ossl110)] pub fn EVP_chacha20_poly1305() -> *const ::EVP_CIPHER; pub fn EVP_seed_cbc() -> *const EVP_CIPHER; pub fn EVP_seed_cfb128() -> *const EVP_CIPHER; pub fn EVP_seed_ecb() -> *const EVP_CIPHER; pub fn EVP_seed_ofb() -> *const EVP_CIPHER; #[cfg(not(ossl110))] pub fn OPENSSL_add_all_algorithms_noconf(); Loading