summaryrefslogtreecommitdiff
path: root/lib/libtasn1.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtasn1.h')
-rw-r--r--lib/libtasn1.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index 53cec5e..4d3772b 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -374,6 +374,11 @@ extern "C"
int *ret_len, unsigned char *str,
int str_size, int *bit_len);
+ extern ASN1_API int
+ asn1_get_object_id_der (const unsigned char *der,
+ int der_len, int *ret_len,
+ char *str, int str_size);
+
/* Compatibility types */
typedef int asn1_retCode; /* type returned by libtasn1 functions */