diff options
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl')
| -rw-r--r-- | src/lib/libcrypto/hidden/openssl/cms.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/cms.h b/src/lib/libcrypto/hidden/openssl/cms.h index 0f450e603c..430b2c5355 100644 --- a/src/lib/libcrypto/hidden/openssl/cms.h +++ b/src/lib/libcrypto/hidden/openssl/cms.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: cms.h,v 1.2 2023/07/28 10:28:02 tb Exp $ */ | 1 | /* $OpenBSD: cms.h,v 1.3 2024/03/30 01:53:05 joshua Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -39,8 +39,13 @@ LCRYPTO_USED(CMS_get_version); | |||
| 39 | LCRYPTO_USED(CMS_SignerInfo_get_version); | 39 | LCRYPTO_USED(CMS_SignerInfo_get_version); |
| 40 | LCRYPTO_USED(CMS_dataInit); | 40 | LCRYPTO_USED(CMS_dataInit); |
| 41 | LCRYPTO_USED(CMS_dataFinal); | 41 | LCRYPTO_USED(CMS_dataFinal); |
| 42 | LCRYPTO_USED(CMS_get0_content); | ||
| 42 | LCRYPTO_USED(CMS_is_detached); | 43 | LCRYPTO_USED(CMS_is_detached); |
| 43 | LCRYPTO_USED(CMS_set_detached); | 44 | LCRYPTO_USED(CMS_set_detached); |
| 45 | LCRYPTO_USED(PEM_read_bio_CMS); | ||
| 46 | LCRYPTO_USED(PEM_read_CMS); | ||
| 47 | LCRYPTO_USED(PEM_write_bio_CMS); | ||
| 48 | LCRYPTO_USED(PEM_write_CMS); | ||
| 44 | LCRYPTO_USED(CMS_stream); | 49 | LCRYPTO_USED(CMS_stream); |
| 45 | LCRYPTO_USED(d2i_CMS_bio); | 50 | LCRYPTO_USED(d2i_CMS_bio); |
| 46 | LCRYPTO_USED(i2d_CMS_bio); | 51 | LCRYPTO_USED(i2d_CMS_bio); |
| @@ -133,6 +138,10 @@ LCRYPTO_USED(CMS_unsigned_add1_attr_by_OBJ); | |||
| 133 | LCRYPTO_USED(CMS_unsigned_add1_attr_by_NID); | 138 | LCRYPTO_USED(CMS_unsigned_add1_attr_by_NID); |
| 134 | LCRYPTO_USED(CMS_unsigned_add1_attr_by_txt); | 139 | LCRYPTO_USED(CMS_unsigned_add1_attr_by_txt); |
| 135 | LCRYPTO_USED(CMS_unsigned_get0_data_by_OBJ); | 140 | LCRYPTO_USED(CMS_unsigned_get0_data_by_OBJ); |
| 141 | LCRYPTO_USED(CMS_get1_ReceiptRequest); | ||
| 142 | LCRYPTO_USED(CMS_ReceiptRequest_create0); | ||
| 143 | LCRYPTO_USED(CMS_add1_ReceiptRequest); | ||
| 144 | LCRYPTO_USED(CMS_ReceiptRequest_get0_values); | ||
| 136 | LCRYPTO_USED(CMS_RecipientInfo_kari_get0_alg); | 145 | LCRYPTO_USED(CMS_RecipientInfo_kari_get0_alg); |
| 137 | LCRYPTO_USED(CMS_RecipientInfo_kari_get0_reks); | 146 | LCRYPTO_USED(CMS_RecipientInfo_kari_get0_reks); |
| 138 | LCRYPTO_USED(CMS_RecipientInfo_kari_get0_orig_id); | 147 | LCRYPTO_USED(CMS_RecipientInfo_kari_get0_orig_id); |
