mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
Fixes possible compile error if NO_PKCS7_STREAM is defined.
This commit is contained in:
@ -11419,8 +11419,10 @@ 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;
|
||||||
#ifndef NO_PKCS7_STREAM
|
#ifndef NO_PKCS7_STREAM
|
||||||
|
Reference in New Issue
Block a user