mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
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);
|
||||
decryptedKey = NULL;
|
||||
#ifdef WOLFSSL_SMALL_STACK
|
||||
#ifndef NO_PKCS7_STREAM
|
||||
pkcs7->stream->key = NULL;
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
ret = encryptedContentSz;
|
||||
|
Reference in New Issue
Block a user