aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/encrypt_block_aes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/encrypt_block_aes.cpp')
-rw-r--r--test/encrypt_block_aes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/encrypt_block_aes.cpp b/test/encrypt_block_aes.cpp
index 6de9288..d3d3705 100644
--- a/test/encrypt_block_aes.cpp
+++ b/test/encrypt_block_aes.cpp
@@ -92,7 +92,7 @@ int main(int argc, char** argv)
args.pop_front();
AesNI_BoxBlock ciphertext;
- aesni_box_encrypt(
+ aesni_box_encrypt_block(
&box,
&plaintext,
&ciphertext,