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 1e66ee226c..35f03e0064 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.84 2024/03/02 08:50:47 tb Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.85 2024/03/02 08:54:02 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 | * |
@@ -857,8 +857,6 @@ int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, | |||
857 | ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out, | 857 | ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out, |
858 | const unsigned char *in, int inlen, int inform, int nid); | 858 | const unsigned char *in, int inlen, int inform, int nid); |
859 | const ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid); | 859 | const ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid); |
860 | int ASN1_STRING_TABLE_add(int, long, long, unsigned long, unsigned long); | ||
861 | void ASN1_STRING_TABLE_cleanup(void); | ||
862 | 860 | ||
863 | /* ASN1 template functions */ | 861 | /* ASN1 template functions */ |
864 | 862 | ||