diff options
author | tb <> | 2023-04-25 18:04:03 +0000 |
---|---|---|
committer | tb <> | 2023-04-25 18:04:03 +0000 |
commit | bc3b06740d9de2a6b5fe388450981bfc734b1980 (patch) | |
tree | 6551767a95a8649ba4e327b37dab3f10e9d5c8d5 /src/lib/libcrypto/pkcs7/pkcs7.h | |
parent | 49d4e7f13703e6c53400ac3ec96f2fe687d3cb85 (diff) | |
download | openbsd-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.h | 5 |
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; | |||
321 | extern const ASN1_ITEM PKCS7_ATTR_SIGN_it; | 321 | extern const ASN1_ITEM PKCS7_ATTR_SIGN_it; |
322 | extern const ASN1_ITEM PKCS7_ATTR_VERIFY_it; | 322 | extern const ASN1_ITEM PKCS7_ATTR_VERIFY_it; |
323 | 323 | ||
324 | #if !defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL) | ||
325 | int i2d_PKCS7_NDEF(PKCS7 *a, unsigned char **out); | ||
326 | #endif | ||
327 | int PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx); | 324 | int PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx); |
328 | 325 | ||
329 | long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg); | 326 | long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg); |