diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-10 17:09:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-10 17:09:44 +0300 |
commit | 3709911c8ddbb3b7e8e1bbb9109784ec6c625a8a (patch) | |
tree | 17aeb9f429bc3fb1ebadf38681ef48cd9f6f5829 /utils | |
parent | /SAFESEH for the asm implementation (diff) | |
download | aes-tools-3709911c8ddbb3b7e8e1bbb9109784ec6c625a8a.tar.gz aes-tools-3709911c8ddbb3b7e8e1bbb9109784ec6c625a8a.zip |
add extern "C" {
Diffstat (limited to 'utils')
-rw-r--r-- | utils/aes128ecb_decrypt_file.cpp | 3 | ||||
-rw-r--r-- | utils/aes128ecb_encrypt_file.cpp | 3 |
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> |