diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
| -rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index 3f587fe5a0..e569e875c2 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.61 2022/01/14 08:12:31 tb Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.62 2022/01/14 08:53:53 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 | * |
| @@ -594,9 +594,6 @@ int ASN1_BIT_STRING_num_asc(const char *name, BIT_STRING_BITNAME *tbl); | |||
| 594 | int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value, | 594 | int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value, |
| 595 | BIT_STRING_BITNAME *tbl); | 595 | BIT_STRING_BITNAME *tbl); |
| 596 | 596 | ||
| 597 | int i2d_ASN1_BOOLEAN(int a, unsigned char **pp); | ||
| 598 | int d2i_ASN1_BOOLEAN(int *a, const unsigned char **pp, long length); | ||
| 599 | |||
| 600 | ASN1_INTEGER *ASN1_INTEGER_new(void); | 597 | ASN1_INTEGER *ASN1_INTEGER_new(void); |
| 601 | void ASN1_INTEGER_free(ASN1_INTEGER *a); | 598 | void ASN1_INTEGER_free(ASN1_INTEGER *a); |
| 602 | ASN1_INTEGER *d2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **in, long len); | 599 | ASN1_INTEGER *d2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **in, long len); |
