From 02f0c26cea09e4ea847fba303a856b9475382ba5 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 5 Jan 2015 11:30:03 +0000 Subject: Re-align some comments after running the reformat script. This should be a one off operation (subsequent invokation of the script should not move them) This commit is for the 0.9.8 changes Reviewed-by: Tim Hudson --- crypto/lhash/lhash.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crypto/lhash/lhash.c') diff --git a/crypto/lhash/lhash.c b/crypto/lhash/lhash.c index ea4fdfbc89..d48fe56264 100644 --- a/crypto/lhash/lhash.c +++ b/crypto/lhash/lhash.c @@ -433,9 +433,9 @@ unsigned long lh_strhash(const char *c) if ((c == NULL) || (*c == '\0')) return (ret); /*- - unsigned char b[16]; - MD5(c,strlen(c),b); - return(b[0]|(b[1]<<8)|(b[2]<<16)|(b[3]<<24)); + unsigned char b[16]; + MD5(c,strlen(c),b); + return(b[0]|(b[1]<<8)|(b[2]<<16)|(b[3]<<24)); */ n = 0x100; -- cgit v1.2.3-70-g09d2