summaryrefslogtreecommitdiffstats
path: root/vendor/openssl-sys/src/handwritten/object.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/openssl-sys/src/handwritten/object.rs')
-rw-r--r--vendor/openssl-sys/src/handwritten/object.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/openssl-sys/src/handwritten/object.rs b/vendor/openssl-sys/src/handwritten/object.rs
index 06e655343..6160fad5b 100644
--- a/vendor/openssl-sys/src/handwritten/object.rs
+++ b/vendor/openssl-sys/src/handwritten/object.rs
@@ -27,4 +27,5 @@ extern "C" {
pub fn OBJ_length(obj: *const ASN1_OBJECT) -> libc::size_t;
#[cfg(ossl111)]
pub fn OBJ_get0_data(obj: *const ASN1_OBJECT) -> *const c_uchar;
+ pub fn OBJ_cmp(a: *const ASN1_OBJECT, b: *const ASN1_OBJECT) -> c_int;
}