Remove WOLFSSL_API for wc_PKCS7_DecodeEncryptedKeyPackage() in source file

This commit is contained in:
Josh Holtrop
2025-07-10 15:29:31 -04:00
parent f776c95e54
commit 3ce8c6e4fa

View File

@ -14880,7 +14880,7 @@ int wc_PKCS7_SetDecodeEncryptedCtx(wc_PKCS7* pkcs7, void* ctx)
/* Unwrap and decrypt PKCS#7/CMS EncryptedKeyPackage object, return the
* 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)
{
int ret = 0;