forked from wolfSSL/wolfssl
Fixes possible compile error if NO_PKCS7_STREAM is defined.
This commit is contained in:
@@ -11419,7 +11419,9 @@ authenv_atrbend:
|
|||||||
XFREE(decryptedKey, pkcs7->heap, DYNAMIC_TYPE_PKCS7);
|
XFREE(decryptedKey, pkcs7->heap, DYNAMIC_TYPE_PKCS7);
|
||||||
decryptedKey = NULL;
|
decryptedKey = NULL;
|
||||||
#ifdef WOLFSSL_SMALL_STACK
|
#ifdef WOLFSSL_SMALL_STACK
|
||||||
|
#ifndef NO_PKCS7_STREAM
|
||||||
pkcs7->stream->key = NULL;
|
pkcs7->stream->key = NULL;
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
ret = encryptedContentSz;
|
ret = encryptedContentSz;
|
||||||
|
Reference in New Issue
Block a user