diff options
author | Jouni Malinen <j@w1.fi> | 2016-12-27 15:11:27 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2016-12-28 12:31:42 (GMT) |
commit | 95de34a10a30af6d437ce2033e941eac729d0ef1 (patch) | |
tree | b5bb74ea63f49db81936764e46f715dbf22c9c40 /src/crypto/sha1-internal.c | |
parent | db98b587361f7202a3c7310a3efd5c07d2eae14a (diff) | |
download | hostap-95de34a10a30af6d437ce2033e941eac729d0ef1.zip hostap-95de34a10a30af6d437ce2033e941eac729d0ef1.tar.gz hostap-95de34a10a30af6d437ce2033e941eac729d0ef1.tar.bz2 |
Remove trailing whitespace
Signed-off-by: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'src/crypto/sha1-internal.c')
-rw-r--r-- | src/crypto/sha1-internal.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/crypto/sha1-internal.c b/src/crypto/sha1-internal.c index ffcba66..a491707 100644 --- a/src/crypto/sha1-internal.c +++ b/src/crypto/sha1-internal.c @@ -53,7 +53,7 @@ By Steve Reid <sreid@sea-to-sky.net> 100% Public Domain ----------------- -Modified 7/98 +Modified 7/98 By James H. Brown <jbrown@burgoyne.com> Still 100% Public Domain @@ -75,7 +75,7 @@ Since the file IO in main() reads 16K at a time, any file 8K or larger would be guaranteed to generate the wrong hash (e.g. Test Vector #3, a million "a"s). -I also changed the declaration of variables i & j in SHA1Update to +I also changed the declaration of variables i & j in SHA1Update to unsigned long from unsigned int for the same reason. These changes should make no difference to any 32 bit implementations since @@ -102,7 +102,7 @@ Still 100% public domain Modified 4/01 By Saul Kravitz <Saul.Kravitz@celera.com> Still 100% PD -Modified to run on Compaq Alpha hardware. +Modified to run on Compaq Alpha hardware. ----------------- Modified 4/01 @@ -162,7 +162,7 @@ void SHAPrintContext(SHA1_CTX *context, char *msg) { printf("%s (%d,%d) %x %x %x %x %x\n", msg, - context->count[0], context->count[1], + context->count[0], context->count[1], context->state[0], context->state[1], context->state[2], |