diff options
author | jsing <> | 2022-09-03 18:59:09 +0000 |
---|---|---|
committer | jsing <> | 2022-09-03 18:59:09 +0000 |
commit | 99faf42e8bb466f6374ae553a89d7703e22bf59f (patch) | |
tree | 0f48e0636a0972724f4679f453f80a0b3ebc4441 /src/lib | |
parent | 25572a0a4f89d920a5a347726cac519fa63acb7c (diff) | |
download | openbsd-99faf42e8bb466f6374ae553a89d7703e22bf59f.tar.gz openbsd-99faf42e8bb466f6374ae553a89d7703e22bf59f.tar.bz2 openbsd-99faf42e8bb466f6374ae553a89d7703e22bf59f.zip |
Remove duplicate prototype that just snuck in.
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); |