Skip to content

Commit f98474f

Browse files
committed
remove binding for ASN1_INTEGER_new, it is no longer used
1 parent 30f4f30 commit f98474f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openssl-sys/src/handwritten/asn1.rs

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ extern "C" {
7979
pub fn ASN1_TIME_print(b: *mut BIO, tm: *const ASN1_TIME) -> c_int;
8080
pub fn ASN1_TIME_set(from: *mut ASN1_TIME, to: time_t) -> *mut ASN1_TIME;
8181

82-
pub fn ASN1_INTEGER_new() -> *mut ASN1_INTEGER;
8382
pub fn ASN1_INTEGER_free(x: *mut ASN1_INTEGER);
8483
pub fn ASN1_INTEGER_dup(a: *const ASN1_INTEGER) -> *mut ASN1_INTEGER;
8584
pub fn ASN1_INTEGER_get(dest: *const ASN1_INTEGER) -> c_long;

0 commit comments

Comments
 (0)