mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
remove dead code
This commit is contained in:
@@ -4375,7 +4375,6 @@ static int PKCS7_VerifySignedData(PKCS7* pkcs7, const byte* hashBuf,
|
|||||||
if ((ret = wc_PKCS7_SetMaxStream(pkcs7, in, inSz)) != 0) {
|
if ((ret = wc_PKCS7_SetMaxStream(pkcs7, in, inSz)) != 0) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
rc = (pkcs7->stream->length > 0)? pkcs7->stream->length: inSz;
|
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
ret = BER_INDEF_E;
|
ret = BER_INDEF_E;
|
||||||
|
Reference in New Issue
Block a user