diff options
Diffstat (limited to 'test/decrypt_block_aes.cpp')
-rw-r--r-- | test/decrypt_block_aes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/decrypt_block_aes.cpp b/test/decrypt_block_aes.cpp index 3bb8e44..6c5e6f0 100644 --- a/test/decrypt_block_aes.cpp +++ b/test/decrypt_block_aes.cpp @@ -92,7 +92,7 @@ int main(int argc, char** argv) args.pop_front(); AesNI_BoxBlock plaintext; - aesni_box_decrypt( + aesni_box_decrypt_block( &box, &ciphertext, &plaintext, |