sync code with last fixes and improvements from OpenBSD
This commit is contained in:
parent
f960599e67
commit
691f97cc10
215 changed files with 1520 additions and 11518 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: cms.h,v 1.1 2023/07/08 08:26:26 beck Exp $ */
|
||||
/* $OpenBSD: cms.h,v 1.2 2023/07/28 10:28:02 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2023 Bob Beck <beck@openbsd.org>
|
||||
*
|
||||
|
@ -35,6 +35,8 @@ LCRYPTO_USED(d2i_CMS_ReceiptRequest);
|
|||
LCRYPTO_USED(i2d_CMS_ReceiptRequest);
|
||||
LCRYPTO_USED(CMS_ContentInfo_print_ctx);
|
||||
LCRYPTO_USED(CMS_get0_type);
|
||||
LCRYPTO_USED(CMS_get_version);
|
||||
LCRYPTO_USED(CMS_SignerInfo_get_version);
|
||||
LCRYPTO_USED(CMS_dataInit);
|
||||
LCRYPTO_USED(CMS_dataFinal);
|
||||
LCRYPTO_USED(CMS_is_detached);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue