summaryrefslogtreecommitdiff
path: root/libcrypt/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrypt/md5.c')
-rw-r--r--libcrypt/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrypt/md5.c b/libcrypt/md5.c
index f7ddc77cc..ab5548c0a 100644
--- a/libcrypt/md5.c
+++ b/libcrypt/md5.c
@@ -188,7 +188,7 @@ static void __md5_Init (struct MD5Context *context)
context->state[3] = 0x10325476;
}
-/*
+/*
* MD5 block update operation. Continues an MD5 message-digest
* operation, processing another message block, and updating the
* context.