summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/asn1/asn1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h
index cf288e5060..1e66ee226c 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.83 2024/02/18 16:28:38 tb Exp $ */ 1/* $OpenBSD: asn1.h,v 1.84 2024/03/02 08:50:47 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 *
@@ -856,7 +856,7 @@ int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
856 856
857ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out, 857ASN1_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);
859ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid); 859const ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid);
860int ASN1_STRING_TABLE_add(int, long, long, unsigned long, unsigned long); 860int ASN1_STRING_TABLE_add(int, long, long, unsigned long, unsigned long);
861void ASN1_STRING_TABLE_cleanup(void); 861void ASN1_STRING_TABLE_cleanup(void);
862 862