Skip to content

Commit 3ce8c6e

Browse files
Remove WOLFSSL_API for wc_PKCS7_DecodeEncryptedKeyPackage() in source file
1 parent f776c95 commit 3ce8c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfcrypt/src/pkcs7.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14880,7 +14880,7 @@ int wc_PKCS7_SetDecodeEncryptedCtx(wc_PKCS7* pkcs7, void* ctx)
1488014880

1488114881
/* Unwrap and decrypt PKCS#7/CMS EncryptedKeyPackage object, return the
1488214882
* decoded size. */
14883-
WOLFSSL_API int wc_PKCS7_DecodeEncryptedKeyPackage(wc_PKCS7 * pkcs7,
14883+
int wc_PKCS7_DecodeEncryptedKeyPackage(wc_PKCS7 * pkcs7,
1488414884
byte * pkiMsg, word32 pkiMsgSz, byte * output, word32 outputSz)
1488514885
{
1488614886
int ret = 0;

0 commit comments

Comments
 (0)