Unverified Commit 9b79f7d5 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Update openssl-sys/src/handwritten/x509.rs

parent 257b4c94
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -298,8 +298,6 @@ const_ptr_api! {
}
extern "C" {
    pub fn X509_issuer_name_hash(x: *mut ::X509) -> c_ulong;
}
extern "C" {
    pub fn X509_subject_name_hash(x: *mut ::X509) -> c_ulong;
}
const_ptr_api! {