mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Remove WOLFSSL_API for wc_PKCS7_DecodeEncryptedKeyPackage() in source file
This commit is contained in:
@@ -14880,7 +14880,7 @@ int wc_PKCS7_SetDecodeEncryptedCtx(wc_PKCS7* pkcs7, void* ctx)
|
|||||||
|
|
||||||
/* Unwrap and decrypt PKCS#7/CMS EncryptedKeyPackage object, return the
|
/* Unwrap and decrypt PKCS#7/CMS EncryptedKeyPackage object, return the
|
||||||
* decoded size. */
|
* decoded size. */
|
||||||
WOLFSSL_API int wc_PKCS7_DecodeEncryptedKeyPackage(wc_PKCS7 * pkcs7,
|
int wc_PKCS7_DecodeEncryptedKeyPackage(wc_PKCS7 * pkcs7,
|
||||||
byte * pkiMsg, word32 pkiMsgSz, byte * output, word32 outputSz)
|
byte * pkiMsg, word32 pkiMsgSz, byte * output, word32 outputSz)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
Reference in New Issue
Block a user