summaryrefslogtreecommitdiffstats
path: root/crypto.c
diff options
context:
space:
mode:
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"