diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1_locl.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1_locl.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn1_locl.h b/src/lib/libcrypto/asn1/asn1_locl.h index d4ea3a9db8..ae9445c382 100644 --- a/src/lib/libcrypto/asn1/asn1_locl.h +++ b/src/lib/libcrypto/asn1/asn1_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1_locl.h,v 1.25 2022/04/23 18:47:08 jsing Exp $ */ | 1 | /* $OpenBSD: asn1_locl.h,v 1.26 2022/04/26 20:00:18 jsing Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2006. | 3 | * project 2006. |
4 | */ | 4 | */ |
@@ -201,9 +201,11 @@ int asn1_get_primitive(CBS *cbs, int der_mode, uint32_t *out_tag_number, | |||
201 | 201 | ||
202 | int asn1_tag2charwidth(int tag); | 202 | int asn1_tag2charwidth(int tag); |
203 | 203 | ||
204 | int c2i_ASN1_BIT_STRING_cbs(ASN1_BIT_STRING **out_abs, CBS *cbs); | ||
205 | |||
206 | int c2i_ASN1_OBJECT_cbs(ASN1_OBJECT **out_aobj, CBS *content); | ||
204 | int i2t_ASN1_OBJECT_internal(const ASN1_OBJECT *aobj, char *buf, int buf_len, | 207 | int i2t_ASN1_OBJECT_internal(const ASN1_OBJECT *aobj, char *buf, int buf_len, |
205 | int no_name); | 208 | int no_name); |
206 | int c2i_ASN1_OBJECT_cbs(ASN1_OBJECT **out_aobj, CBS *content); | ||
207 | ASN1_OBJECT *t2i_ASN1_OBJECT_internal(const char *oid); | 209 | ASN1_OBJECT *t2i_ASN1_OBJECT_internal(const char *oid); |
208 | 210 | ||
209 | __END_HIDDEN_DECLS | 211 | __END_HIDDEN_DECLS |