projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfc51ab
)
Whitespace fix, from Bruno.
author
Simon Josefsson
<simon@josefsson.org>
Fri, 21 Oct 2005 12:45:42 +0000
(12:45 +0000)
committer
Simon Josefsson
<simon@josefsson.org>
Fri, 21 Oct 2005 12:45:42 +0000
(12:45 +0000)
lib/md4.c
patch
|
blob
|
history
diff --git
a/lib/md4.c
b/lib/md4.c
index 571ad1670b884efc89dabf2e8c8f508a02affe2d..fcade301ed640b099b5e4eb4a284fa0cc660af54 100644
(file)
--- 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.