summaryrefslogtreecommitdiff
path: root/md5/md5.c
diff options
context:
space:
mode:
authorHaejeong, Kim <backto.kim@samsung.com>2015-10-19 14:26:04 +0900
committerHaejeong, Kim <backto.kim@samsung.com>2015-10-19 14:26:22 +0900
commit41a20e00cb36bcc4c7d7902e1519e6731f861ccf (patch)
tree4eb093e7a1531d636b5a5281a6a91c18f427688f /md5/md5.c
parentd09bbffceb2babe51000ff3042c09febc3afaa09 (diff)
downloadlibmedia-thumbnail-accepted/tizen/tv/20151019.074107.tar.gz
libmedia-thumbnail-accepted/tizen/tv/20151019.074107.tar.bz2
libmedia-thumbnail-accepted/tizen/tv/20151019.074107.zip
Change-Id: Idf4b8ccb91d8e8ee9fe50163e7845635175d7465
Diffstat (limited to 'md5/md5.c')
-rwxr-xr-x[-rw-r--r--]md5/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/md5/md5.c b/md5/md5.c
index ef28cdf..9604a80 100644..100755
--- 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)