summaryrefslogtreecommitdiffstats
path: root/crypto.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-04-02 15:23:39 +0200
committerGravatar Martin Szulecki2009-04-02 15:23:39 +0200
commitcbcb3c8af0648e8dc595bbcc382423acad9de754 (patch)
tree1e6122caa37511c5f449cc68ad6e14244231385c /crypto.c
parent65e58e271e9ff9590c1eb3814a9e449e3c9d607a (diff)
downloadwiiwadtools-cbcb3c8af0648e8dc595bbcc382423acad9de754.tar.gz
wiiwadtools-cbcb3c8af0648e8dc595bbcc382423acad9de754.tar.bz2
Allow compilation for Windows using mingw
Diffstat (limited to 'crypto.c')
-rw-r--r--crypto.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto.c b/crypto.c
index f8d4b1f..d0f77dd 100644
--- a/crypto.c
+++ b/crypto.c
@@ -3,13 +3,9 @@
*/
#include <stddef.h>
-#ifdef __WIN32__
-/* todo */
-#else
#include <openssl/md5.h>
#include <openssl/sha.h>
#include <openssl/aes.h>
-#endif
#include <stdlib.h>
#include <string.h>
#include "crypto.h"