diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1_locl.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1_locl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn1_locl.h b/src/lib/libcrypto/asn1/asn1_locl.h index 851c6e3400..3b949dba65 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.14 2021/12/25 07:04:03 jsing Exp $ */ | 1 | /* $OpenBSD: asn1_locl.h,v 1.15 2021/12/25 12:00:22 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 | */ |
@@ -157,6 +157,8 @@ struct x509_crl_method_st { | |||
157 | int UTF8_getc(const unsigned char *str, int len, unsigned long *val); | 157 | int UTF8_getc(const unsigned char *str, int len, unsigned long *val); |
158 | int UTF8_putc(unsigned char *str, int len, unsigned long value); | 158 | int UTF8_putc(unsigned char *str, int len, unsigned long value); |
159 | 159 | ||
160 | int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb); | ||
161 | |||
160 | int asn1_get_object_cbs(CBS *cbs, int der_mode, uint8_t *out_class, | 162 | int asn1_get_object_cbs(CBS *cbs, int der_mode, uint8_t *out_class, |
161 | int *out_constructed, uint32_t *out_tag_number, int *out_indefinite, | 163 | int *out_constructed, uint32_t *out_tag_number, int *out_indefinite, |
162 | uint32_t *out_length); | 164 | uint32_t *out_length); |