fix for pkcs7 verify streaming

This commit is contained in:
Jacob Barthelmeh
2019-10-29 16:47:30 -06:00
parent 6bc16a4acb
commit a0955f8221

View File

@ -4818,6 +4818,7 @@ static int PKCS7_VerifySignedData(PKCS7* pkcs7, const byte* hashBuf,
ret = BUFFER_E; ret = BUFFER_E;
break; break;
} }
stateIdx = idx;
#endif #endif
/* set contentType and size after init of PKCS7 structure */ /* set contentType and size after init of PKCS7 structure */