diff options
Diffstat (limited to 'dbmd5.c')
-rw-r--r-- | dbmd5.c | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -21,17 +21,7 @@ * * Functions to create md5 hash from buf */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#include <stdio.h> -#include <stdlib.h> -#include <string.h> - -#include "dbmd5.h" -#include "md5.h" -#include "debug.h" +#include "dbmail.h" unsigned char *makemd5(const char * const buf) { |