Commit 865c613d authored by Vojtěch Pejša's avatar Vojtěch Pejša
Browse files

Fix requiret ossl version for EVP_PKEY_size

parent f40a328d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ extern "C" {
    ) -> c_int;
}
cfg_if! {
    if #[cfg(any(ossl111, libressl280))] {
    if #[cfg(any(ossl111b, libressl280))] {
        extern "C" {
            pub fn EVP_PKEY_size(pkey: *const EVP_PKEY) -> c_int;
        }