Commit 94343328 authored by Steven Fackler's avatar Steven Fackler
Browse files

asdf

parent cb3e9411
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ cfg_if! {
        }

        #[inline]
        pub fn EVP_PKEY_size(pkey: *const EVP_PKEY) -> c_int {
        pub unsafe fn EVP_PKEY_size(pkey: *const EVP_PKEY) -> c_int {
            EVP_PKEY_get_size(pkey)
        }
    } else {