mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-04 02:05:04 +01:00
EVP: address CTR block size
This commit is contained in:
@@ -1166,7 +1166,7 @@ int wolfSSL_EVP_CIPHER_block_size(const WOLFSSL_EVP_CIPHER *cipher)
|
||||
case AES_128_CTR_TYPE:
|
||||
case AES_192_CTR_TYPE:
|
||||
case AES_256_CTR_TYPE:
|
||||
return AES_BLOCK_SIZE;
|
||||
return 1;
|
||||
#endif
|
||||
#if defined(HAVE_AES_ECB)
|
||||
case AES_128_ECB_TYPE:
|
||||
|
||||
Reference in New Issue
Block a user