From d0b856cfbb99b1f1833a18ff556d517a7e3f04d8 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 25 Dec 2013 17:31:09 -0800 Subject: Making the necessary changes to get libtommath, libtomcrypt and BigInt to compile under MSVC. --- win32/tomcrypt_aes_enc.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 win32/tomcrypt_aes_enc.c (limited to 'win32/tomcrypt_aes_enc.c') diff --git a/win32/tomcrypt_aes_enc.c b/win32/tomcrypt_aes_enc.c new file mode 100644 index 0000000..c954a27 --- /dev/null +++ b/win32/tomcrypt_aes_enc.c @@ -0,0 +1,2 @@ +#define ENCRYPT_ONLY +#include "../libtomcrypt/src/ciphers/aes/aes.c" -- cgit v1.2.3