diff options
| author | tb <> | 2023-04-24 22:12:28 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-24 22:12:28 +0000 |
| commit | 3e4cfe2eee5d36f23368a113a6611df459b66c08 (patch) | |
| tree | 0bdec671564bee59bb0cd5f453599f4f7d679288 /src/lib/libcrypto/pkcs7 | |
| parent | eefa497498178b83991cd5e488482274d5c4236a (diff) | |
| download | openbsd-3e4cfe2eee5d36f23368a113a6611df459b66c08.tar.gz openbsd-3e4cfe2eee5d36f23368a113a6611df459b66c08.tar.bz2 openbsd-3e4cfe2eee5d36f23368a113a6611df459b66c08.zip | |
Mark the NDEF API for removal
Discussed with jsing and beck
Diffstat (limited to 'src/lib/libcrypto/pkcs7')
| -rw-r--r-- | src/lib/libcrypto/pkcs7/pkcs7.h | 4 |
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; | |||
| 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) | ||
| 324 | int i2d_PKCS7_NDEF(PKCS7 *a, unsigned char **out); | 325 | int i2d_PKCS7_NDEF(PKCS7 *a, unsigned char **out); |
| 326 | #endif | ||
| 325 | int PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx); | 327 | int PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx); |
| 326 | 328 | ||
| 327 | long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg); | 329 | long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg); |
