summaryrefslogtreecommitdiff
path: root/win32/tomcrypt_aes_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/tomcrypt_aes_enc.c')
-rw-r--r--win32/tomcrypt_aes_enc.c2
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"