mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Merge pull request #3337 from SparkiDev/evp_xts_3
EVP AES XTS: check correct define
This commit is contained in:
@ -1150,7 +1150,7 @@ int wolfSSL_EVP_CIPHER_block_size(const WOLFSSL_EVP_CIPHER *cipher)
|
||||
case AES_256_OFB_TYPE:
|
||||
return 1;
|
||||
#endif
|
||||
#if defined(HAVE_AES_XTS)
|
||||
#if defined(WOLFSSL_AES_XTS)
|
||||
case AES_128_XTS_TYPE:
|
||||
case AES_256_XTS_TYPE:
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user