diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index 51fb2862cd..5eeee3317b 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.79 2023/07/28 10:30:16 tb Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.80 2023/07/28 10:33:13 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 | * |
@@ -577,14 +577,6 @@ 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 | 579 | ||
580 | #ifndef OPENSSL_NO_BIO | ||
581 | int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, | ||
582 | BIT_STRING_BITNAME *tbl, int indent); | ||
583 | #endif | ||
584 | int ASN1_BIT_STRING_num_asc(const char *name, BIT_STRING_BITNAME *tbl); | ||
585 | int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value, | ||
586 | BIT_STRING_BITNAME *tbl); | ||
587 | |||
588 | ASN1_INTEGER *ASN1_INTEGER_new(void); | 580 | ASN1_INTEGER *ASN1_INTEGER_new(void); |
589 | void ASN1_INTEGER_free(ASN1_INTEGER *a); | 581 | void ASN1_INTEGER_free(ASN1_INTEGER *a); |
590 | ASN1_INTEGER *d2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **in, long len); | 582 | ASN1_INTEGER *d2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **in, long len); |