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
commit 393d8e5a73

View file

@ -20,8 +20,6 @@
/* Adapted by Simon Josefsson from gnulib md5.? and Libgcrypt /* Adapted by Simon Josefsson from gnulib md5.? and Libgcrypt
cipher/md4.c . */ cipher/md4.c . */
#include <config.h>
#include "md4.h" #include "md4.h"
#include <stdalign.h> #include <stdalign.h>