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 39779d9377..f7731ec5dd 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.12 2019/10/24 16:36:10 jsing Exp $ */ | 1 | /* $OpenBSD: asn1_locl.h,v 1.13 2021/12/14 17:35:21 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 | */ |
@@ -155,4 +155,6 @@ struct x509_crl_method_st { | |||
155 | int UTF8_getc(const unsigned char *str, int len, unsigned long *val); | 155 | int UTF8_getc(const unsigned char *str, int len, unsigned long *val); |
156 | int UTF8_putc(unsigned char *str, int len, unsigned long value); | 156 | int UTF8_putc(unsigned char *str, int len, unsigned long value); |
157 | 157 | ||
158 | int asn1_tag2charwidth(int tag); | ||
159 | |||
158 | __END_HIDDEN_DECLS | 160 | __END_HIDDEN_DECLS |