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

Do not include nonexistent config.h in md4.c
pull/85/head
extrafu 2015-04-26 20:00:29 -04:00
commit 393d8e5a73
1 changed files with 0 additions and 2 deletions

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>