aboutsummaryrefslogtreecommitdiffstats
path: root/crypting.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-11-23 22:25:04 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2007-11-23 22:25:04 +0000
commitdf6d1da013f42caa5f11dbcbb0d54710682811f7 (patch)
treec8238352e4354f1e359b3592265d37d173eee224 /crypting.c
parent56f260affd91651cb0c44ee14713f7dfa0717ad4 (diff)
Replaced GPL-incompatible MD5 hashing code.
Diffstat (limited to 'crypting.c')
-rw-r--r--crypting.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypting.c b/crypting.c
index 5ba47e5b..2a17a913 100644
--- a/crypting.c
+++ b/crypting.c
@@ -28,11 +28,12 @@
included if CRYPTING_MAIN is defined. Or just do "make decode" and
the programs will be built. */
-#include "md5.h"
-#include "crypting.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
+#include <glib.h>
+#include "md5.h"
+#include "crypting.h"
/*\
* [SH] Do _not_ call this if it's not entirely sure that it will not cause