diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-14 07:57:18 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-14 07:57:18 +0000 |
commit | 2c9c689464ec9a3c473e1bcdc45379ce09d35ba6 (patch) | |
tree | 765756ce61cad6ef51ee1c9b6bc63374b0a801b5 /lib/libcrypto/asn1/asn1.h | |
parent | 00671d80cbacbe9c967de90ec1e9f41f9aee53fb (diff) |
Remove ASN1{_const,}_check_infinite_end
Suggested by schwarze
ok inoguchi jsing
Diffstat (limited to 'lib/libcrypto/asn1/asn1.h')
-rw-r--r-- | lib/libcrypto/asn1/asn1.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/asn1/asn1.h b/lib/libcrypto/asn1/asn1.h index e73b3655a00..e850f2b8019 100644 --- a/lib/libcrypto/asn1/asn1.h +++ b/lib/libcrypto/asn1/asn1.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1.h,v 1.58 2022/01/14 07:55:29 tb Exp $ */ +/* $OpenBSD: asn1.h,v 1.59 2022/01/14 07:57:17 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -787,8 +787,6 @@ int ASN1_PRINTABLE_type(const unsigned char *s, int max); /* SPECIALS */ int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass, long omax); -int ASN1_check_infinite_end(unsigned char **p, long len); -int ASN1_const_check_infinite_end(const unsigned char **p, long len); void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, int xclass); int ASN1_put_eoc(unsigned char **pp); |