summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
-rw-r--r--src/lib/libcrypto/asn1/asn1.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h
index 15b0e3995a..c44f85113b 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.88 2024/03/02 09:00:07 tb Exp $ */ 1/* $OpenBSD: asn1.h,v 1.89 2024/03/02 09:02:04 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 *
@@ -840,8 +840,6 @@ ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in,
840 long len, const ASN1_ITEM *it); 840 long len, const ASN1_ITEM *it);
841int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it); 841int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
842 842
843void ASN1_add_oid_module(void);
844
845ASN1_TYPE *ASN1_generate_nconf(const char *str, CONF *nconf); 843ASN1_TYPE *ASN1_generate_nconf(const char *str, CONF *nconf);
846ASN1_TYPE *ASN1_generate_v3(const char *str, X509V3_CTX *cnf); 844ASN1_TYPE *ASN1_generate_v3(const char *str, X509V3_CTX *cnf);
847 845