diff options
-rw-r--r-- | src/block/aes_intel/aes_intel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/aes_intel/aes_intel.cpp b/src/block/aes_intel/aes_intel.cpp index 8a8d0331a..0dc44de9a 100644 --- a/src/block/aes_intel/aes_intel.cpp +++ b/src/block/aes_intel/aes_intel.cpp @@ -124,7 +124,7 @@ void AES_128_Intel::decrypt_n(const byte in[], byte out[], u32bit blocks) const /** * AES Key Schedule */ -void AES_128_Intel::key_schedule(const byte key[], u32bit length) +void AES_128_Intel::key_schedule(const byte key[], u32bit) { #define AES_128_key_exp_with_rcon(K, RCON) \ |