diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-12-25 17:31:09 -0800 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-12-25 17:31:09 -0800 |
commit | d0b856cfbb99b1f1833a18ff556d517a7e3f04d8 (patch) | |
tree | c508f82310c51e97a5d489ebfe235f7c07dd8995 /win32 | |
parent | fb2e7158f66796b98d5f22245d251e460456aed3 (diff) |
Making the necessary changes to get libtommath, libtomcrypt and BigInt to compile under MSVC.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/tomcrypt_aes_enc.c | 2 |
1 files changed, 2 insertions, 0 deletions
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" |