Commit 4b7c37d3 authored by uniqueNullptr2's avatar uniqueNullptr2
Browse files

forgot to add this in the last commit

parent 13941d82
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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();