diff options
Diffstat (limited to 'lib/libcrypto/pkcs7/pkcs7.h')
-rw-r--r-- | lib/libcrypto/pkcs7/pkcs7.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libcrypto/pkcs7/pkcs7.h b/lib/libcrypto/pkcs7/pkcs7.h index b225562dc37..00a094f5e4f 100644 --- a/lib/libcrypto/pkcs7/pkcs7.h +++ b/lib/libcrypto/pkcs7/pkcs7.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pkcs7.h,v 1.20 2023/04/24 22:12:28 tb Exp $ */ +/* $OpenBSD: pkcs7.h,v 1.21 2023/04/25 18:04:03 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -321,9 +321,6 @@ extern const ASN1_ITEM PKCS7_it; extern const ASN1_ITEM PKCS7_ATTR_SIGN_it; extern const ASN1_ITEM PKCS7_ATTR_VERIFY_it; -#if !defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL) -int i2d_PKCS7_NDEF(PKCS7 *a, unsigned char **out); -#endif int PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx); long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg); |