]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - sha1.c
imsm: Correct minimal device size.
[thirdparty/mdadm.git] / sha1.c
diff --git a/sha1.c b/sha1.c
index 89245820db8a996e98599b0d3fce2f5d0c09b596..11be7045abfa42050f4ebc586574e6fb8b99df4b 100644 (file)
--- a/sha1.c
+++ b/sha1.c
@@ -50,7 +50,6 @@
    64-byte boundary.  (RFC 1321, 3.1: Step 1)  */
 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ...  */ };
 
-
 /* Take a pointer to a 160 bit block of data (five 32 bit ints) and
    initialize it to the start constants of the SHA1 algorithm.  This
    must be called before using hash in the call to sha1_hash.  */