We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05e47b commit 089e573Copy full SHA for 089e573
1 file changed
wolfcrypt/src/pkcs7.c
@@ -13867,7 +13867,7 @@ int wc_PKCS7_SetDecodeEncryptedCtx(PKCS7* pkcs7, void* ctx)
13867
* returns 0 on success */
13868
int wc_PKCS7_SetStreamMode(PKCS7* pkcs7, byte flag,
13869
CallbackGetContent getContentCb,
13870
- CallbackStreamOut streamOutCb, void* ctx)
+ CallbackStreamOut streamOutCb, void* ctx)
13871
{
13872
if (pkcs7 == NULL) {
13873
return BAD_FUNC_ARG;
0 commit comments