diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1_locl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/asn1_locl.h b/src/lib/libcrypto/asn1/asn1_locl.h index 1eb7ee402e..aa3b50bbab 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.37 2022/09/03 18:52:18 jsing Exp $ */ | 1 | /* $OpenBSD: asn1_locl.h,v 1.38 2022/09/03 18:59:09 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 | */ |
@@ -213,8 +213,6 @@ int c2i_ASN1_BIT_STRING_cbs(ASN1_BIT_STRING **out_abs, CBS *cbs); | |||
213 | 213 | ||
214 | int c2i_ASN1_ENUMERATED_cbs(ASN1_ENUMERATED **out_aenum, CBS *cbs); | 214 | int c2i_ASN1_ENUMERATED_cbs(ASN1_ENUMERATED **out_aenum, CBS *cbs); |
215 | 215 | ||
216 | int c2i_ASN1_ENUMERATED_cbs(ASN1_ENUMERATED **out_aenum, CBS *cbs); | ||
217 | |||
218 | int asn1_aint_get_uint64(CBS *cbs, uint64_t *out_val); | 216 | int asn1_aint_get_uint64(CBS *cbs, uint64_t *out_val); |
219 | int asn1_aint_set_uint64(uint64_t val, uint8_t **out_data, int *out_len); | 217 | int asn1_aint_set_uint64(uint64_t val, uint8_t **out_data, int *out_len); |
220 | int asn1_aint_get_int64(CBS *cbs, int negative, int64_t *out_val); | 218 | int asn1_aint_get_int64(CBS *cbs, int negative, int64_t *out_val); |