diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index bef5cb4808..51fb2862cd 100644 --- a/src/lib/libcrypto/asn1/asn1.h +++ b/src/lib/libcrypto/asn1/asn1.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1.h,v 1.78 2023/07/28 10:02:11 tb Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.79 2023/07/28 10:30:16 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -576,8 +576,6 @@ extern const ASN1_ITEM ASN1_BIT_STRING_it; | |||
576 | int ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d, int length); | 576 | int ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d, int length); |
577 | int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value); | 577 | int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value); |
578 | int ASN1_BIT_STRING_get_bit(const ASN1_BIT_STRING *a, int n); | 578 | int ASN1_BIT_STRING_get_bit(const ASN1_BIT_STRING *a, int n); |
579 | int ASN1_BIT_STRING_check(const ASN1_BIT_STRING *a, | ||
580 | const unsigned char *flags, int flags_len); | ||
581 | 579 | ||
582 | #ifndef OPENSSL_NO_BIO | 580 | #ifndef OPENSSL_NO_BIO |
583 | int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, | 581 | int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, |