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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/pkcs7/pkcs7.h b/src/lib/libcrypto/pkcs7/pkcs7.h
index 1a204c2858..b225562dc3 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.19 2022/07/12 14:42:50 kn Exp $ */ 1/* $OpenBSD: pkcs7.h,v 1.20 2023/04/24 22:12:28 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 *
@@ -321,7 +321,9 @@ extern const ASN1_ITEM PKCS7_it;
321extern const ASN1_ITEM PKCS7_ATTR_SIGN_it; 321extern const ASN1_ITEM PKCS7_ATTR_SIGN_it;
322extern const ASN1_ITEM PKCS7_ATTR_VERIFY_it; 322extern const ASN1_ITEM PKCS7_ATTR_VERIFY_it;
323 323
324#if !defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL)
324int i2d_PKCS7_NDEF(PKCS7 *a, unsigned char **out); 325int i2d_PKCS7_NDEF(PKCS7 *a, unsigned char **out);
326#endif
325int PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx); 327int PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx);
326 328
327long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg); 329long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg);