Merge pull request #80 from dekkers/md4-compile-fix

Do not include nonexistent config.h in md4.c
This commit is contained in:
extrafu
2015-04-26 20:00:29 -04:00
-2
View File
@@ -20,8 +20,6 @@
/* Adapted by Simon Josefsson from gnulib md5.? and Libgcrypt
cipher/md4.c . */
#include <config.h>
#include "md4.h"
#include <stdalign.h>