summaryrefslogtreecommitdiff
path: root/lib/md4.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-10-21 12:45:42 +0000
committerSimon Josefsson <simon@josefsson.org>2005-10-21 12:45:42 +0000
commitd114b0a2d9c7049f57a54966bd118e4a70d1bc1e (patch)
tree06cf6159d49779916531709e54a49611c632dca1 /lib/md4.c
parentcfc51ab90f2f33933de15dd164027c32ebb8b1ac (diff)
downloadgnulib-d114b0a2d9c7049f57a54966bd118e4a70d1bc1e.tar.gz
Whitespace fix, from Bruno.
Diffstat (limited to 'lib/md4.c')
-rw-r--r--lib/md4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/md4.c b/lib/md4.c
index 571ad1670b..fcade301ed 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.