summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs7/pkcs7.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/pkcs7/pkcs7.h')
-rw-r--r--src/lib/libcrypto/pkcs7/pkcs7.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/pkcs7/pkcs7.h b/src/lib/libcrypto/pkcs7/pkcs7.h
index 520cc3c519..1a204c2858 100644
--- a/src/lib/libcrypto/pkcs7/pkcs7.h
+++ b/src/lib/libcrypto/pkcs7/pkcs7.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: pkcs7.h,v 1.18 2016/12/27 16:12:47 jsing Exp $ */ 1/* $OpenBSD: pkcs7.h,v 1.19 2022/07/12 14:42:50 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 *
@@ -405,10 +405,6 @@ PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
405BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7); 405BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7);
406 406
407 407
408/* BEGIN ERROR CODES */
409/* The following lines are auto generated by the script mkerr.pl. Any changes
410 * made after this point may be overwritten when the script is next run.
411 */
412void ERR_load_PKCS7_strings(void); 408void ERR_load_PKCS7_strings(void);
413 409
414/* Error codes for the PKCS7 functions. */ 410/* Error codes for the PKCS7 functions. */