From 41a20e00cb36bcc4c7d7902e1519e6731f861ccf Mon Sep 17 00:00:00 2001 From: "Haejeong, Kim" Date: Mon, 19 Oct 2015 14:26:04 +0900 Subject: Apply tizen coding rule Change-Id: Idf4b8ccb91d8e8ee9fe50163e7845635175d7465 --- md5/md5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 md5/md5.c (limited to 'md5') diff --git a/md5/md5.c b/md5/md5.c old mode 100644 new mode 100755 index ef28cdf..9604a80 --- a/md5/md5.c +++ b/md5/md5.c @@ -108,7 +108,7 @@ void MD5Update(MD5_CTX *ctx, unsigned char const *buf, unsigned len) } /* - * Final wrapup - pad to 64-byte boundary with the bit pattern + * Final wrapup - pad to 64-byte boundary with the bit pattern * 1 0* (64-bit count of bits processed, MSB-first) */ void MD5Final(unsigned char digest[16], MD5_CTX *ctx) -- cgit v1.2.3