We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f776c95 commit 3ce8c6eCopy full SHA for 3ce8c6e
wolfcrypt/src/pkcs7.c
@@ -14880,7 +14880,7 @@ int wc_PKCS7_SetDecodeEncryptedCtx(wc_PKCS7* pkcs7, void* ctx)
14880
14881
/* Unwrap and decrypt PKCS#7/CMS EncryptedKeyPackage object, return the
14882
* decoded size. */
14883
-WOLFSSL_API int wc_PKCS7_DecodeEncryptedKeyPackage(wc_PKCS7 * pkcs7,
+int wc_PKCS7_DecodeEncryptedKeyPackage(wc_PKCS7 * pkcs7,
14884
byte * pkiMsg, word32 pkiMsgSz, byte * output, word32 outputSz)
14885
{
14886
int ret = 0;
0 commit comments