X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmd4.c;h=789cce0d0d6073db5a9e2aaf8367c92900c878cc;hb=024eeefda59f214eeaac745db9f3e982b9a726c3;hp=061d3e3d54a3b45565fda92334ea5121bd255c0f;hpb=11fdc4d4960ae648e9f921f007dcc2f239abd22b;p=gnulib.git diff --git a/lib/md4.c b/lib/md4.c index 061d3e3d5..789cce0d0 100644 --- a/lib/md4.c +++ b/lib/md4.c @@ -20,9 +20,7 @@ /* Adapted by Simon Josefsson from gnulib md5.? and Libgcrypt cipher/md4.c . */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "md4.h" @@ -311,7 +309,6 @@ md4_process_block (const void *buffer, size_t len, struct md4_ctx *ctx) the loop. */ while (words < endp) { - uint32_t tm; int t; for (t = 0; t < 16; t++) {