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 e73b3655a0..e850f2b801 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.58 2022/01/14 07:55:29 tb Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.59 2022/01/14 07:57:17 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 | * |
@@ -787,8 +787,6 @@ int ASN1_PRINTABLE_type(const unsigned char *s, int max); | |||
787 | /* SPECIALS */ | 787 | /* SPECIALS */ |
788 | int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, | 788 | int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, |
789 | int *pclass, long omax); | 789 | int *pclass, long omax); |
790 | int ASN1_check_infinite_end(unsigned char **p, long len); | ||
791 | int ASN1_const_check_infinite_end(const unsigned char **p, long len); | ||
792 | void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, | 790 | void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, |
793 | int xclass); | 791 | int xclass); |
794 | int ASN1_put_eoc(unsigned char **pp); | 792 | int ASN1_put_eoc(unsigned char **pp); |