From fb6b66ce13af689b0b622b0898670dece645a8ab Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 11 Nov 2017 23:44:50 +0000 Subject: [crypto] Fix endianness typo in comment Signed-off-by: Michael Brown --- src/crypto/md5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/md5.c b/src/crypto/md5.c index f9738b0a..493591f3 100644 --- a/src/crypto/md5.c +++ b/src/crypto/md5.c @@ -213,7 +213,7 @@ static void md5_digest ( struct md5_context *context ) { i, *a, *b, *c, *d ); } - /* Add chunk to hash and convert back to big-endian */ + /* Add chunk to hash and convert back to little-endian */ for ( i = 0 ; i < 4 ; i++ ) { context->ddd.dd.digest.h[i] = cpu_to_le32 ( context->ddd.dd.digest.h[i] + -- cgit v1.2.3-55-g7522