aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/aes128ecb_decrypt_file.cpp3
-rw-r--r--utils/aes128ecb_encrypt_file.cpp3
2 files changed, 0 insertions, 6 deletions
diff --git a/utils/aes128ecb_decrypt_file.cpp b/utils/aes128ecb_decrypt_file.cpp
index a405882..788118b 100644
--- a/utils/aes128ecb_decrypt_file.cpp
+++ b/utils/aes128ecb_decrypt_file.cpp
@@ -6,10 +6,7 @@
* See LICENSE.txt for details.
*/
-extern "C"
-{
#include <aesni/all.h>
-}
#include <cstdio>
diff --git a/utils/aes128ecb_encrypt_file.cpp b/utils/aes128ecb_encrypt_file.cpp
index bcb5293..407dd44 100644
--- a/utils/aes128ecb_encrypt_file.cpp
+++ b/utils/aes128ecb_encrypt_file.cpp
@@ -6,10 +6,7 @@
* See LICENSE.txt for details.
*/
-extern "C"
-{
#include <aesni/all.h>
-}
#include <cstdio>