mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
Need declaration of 'tmp' variable
This commit is contained in:
@@ -947,7 +947,7 @@ int wolfSSL_EVP_CipherFinal(WOLFSSL_EVP_CIPHER_CTX *ctx, unsigned char *out,
|
|||||||
{
|
{
|
||||||
int fl;
|
int fl;
|
||||||
int ret = WOLFSSL_SUCCESS;
|
int ret = WOLFSSL_SUCCESS;
|
||||||
#if defined(HAVE_AESGCM) && ((!defined(HAVE_FIPS) && !defined(HAVE_SELFTEST)) \
|
#if (defined(HAVE_AESGCM) || defined(HAVE_AESCCM)) && ((!defined(HAVE_FIPS) && !defined(HAVE_SELFTEST)) \
|
||||||
|| FIPS_VERSION_GE(2,0))
|
|| FIPS_VERSION_GE(2,0))
|
||||||
byte tmp = 0;
|
byte tmp = 0;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user