diff --git a/wolfcrypt/src/pkcs7.c b/wolfcrypt/src/pkcs7.c index b935028bd..73c17235a 100644 --- a/wolfcrypt/src/pkcs7.c +++ b/wolfcrypt/src/pkcs7.c @@ -13867,7 +13867,7 @@ int wc_PKCS7_SetDecodeEncryptedCtx(PKCS7* pkcs7, void* ctx) * returns 0 on success */ int wc_PKCS7_SetStreamMode(PKCS7* pkcs7, byte flag, CallbackGetContent getContentCb, - CallbackStreamOut streamOutCb, void* ctx) + CallbackStreamOut streamOutCb, void* ctx) { if (pkcs7 == NULL) { return BAD_FUNC_ARG;