From d114b0a2d9c7049f57a54966bd118e4a70d1bc1e Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 21 Oct 2005 12:45:42 +0000 Subject: [PATCH] Whitespace fix, from Bruno. --- lib/md4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/md4.c b/lib/md4.c index 571ad1670..fcade301e 100644 --- a/lib/md4.c +++ b/lib/md4.c @@ -49,7 +49,7 @@ /* This array contains the bytes used to pad the buffer to the next 64-byte boundary. (RFC 1320, 3.1: Step 1) */ -static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; +static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; /* Initialize structure containing state of computation. -- 2.11.0