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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h
index 00634a6e82..f172e027e1 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.67 2022/07/07 13:01:28 tb Exp $ */ 1/* $OpenBSD: asn1.h,v 1.68 2022/07/12 14:42:48 kn 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 *
@@ -947,10 +947,6 @@ ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
947int SMIME_crlf_copy(BIO *in, BIO *out, int flags); 947int SMIME_crlf_copy(BIO *in, BIO *out, int flags);
948int SMIME_text(BIO *in, BIO *out); 948int SMIME_text(BIO *in, BIO *out);
949 949
950/* BEGIN ERROR CODES */
951/* The following lines are auto generated by the script mkerr.pl. Any changes
952 * made after this point may be overwritten when the script is next run.
953 */
954void ERR_load_ASN1_strings(void); 950void ERR_load_ASN1_strings(void);
955 951
956/* Error codes for the ASN1 functions. */ 952/* Error codes for the ASN1 functions. */