summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs7/pkcs7.h
diff options
context:
space:
mode:
authortb <>2023-04-25 18:04:03 +0000
committertb <>2023-04-25 18:04:03 +0000
commitbc3b06740d9de2a6b5fe388450981bfc734b1980 (patch)
tree6551767a95a8649ba4e327b37dab3f10e9d5c8d5 /src/lib/libcrypto/pkcs7/pkcs7.h
parent49d4e7f13703e6c53400ac3ec96f2fe687d3cb85 (diff)
downloadopenbsd-bc3b06740d9de2a6b5fe388450981bfc734b1980.tar.gz
openbsd-bc3b06740d9de2a6b5fe388450981bfc734b1980.tar.bz2
openbsd-bc3b06740d9de2a6b5fe388450981bfc734b1980.zip
Remove i2d_PKCS7_NDEF
Diffstat (limited to 'src/lib/libcrypto/pkcs7/pkcs7.h')
-rw-r--r--src/lib/libcrypto/pkcs7/pkcs7.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/pkcs7/pkcs7.h b/src/lib/libcrypto/pkcs7/pkcs7.h
index b225562dc3..00a094f5e4 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.20 2023/04/24 22:12:28 tb Exp $ */ 1/* $OpenBSD: pkcs7.h,v 1.21 2023/04/25 18:04:03 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,9 +321,6 @@ 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)
325int i2d_PKCS7_NDEF(PKCS7 *a, unsigned char **out);
326#endif
327int PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx); 324int PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx);
328 325
329long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg); 326long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg);