![]() ![]() | ![]() |
Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
version 1.1, 2012/11/15 18:48:48 | version 1.2, 2012/11/16 02:16:38 | ||
---|---|---|---|
|
|
||
} | } | ||
if ((mode & SIG_MODE_UPDATE) && (data && len > 0)) | if ((mode & SIG_MODE_UPDATE) && (data && len > 0)) | ||
MD5Update(ctx, data, len); | MD5Update(ctx, data, (unsigned int)len); | ||
if (mode & SIG_MODE_FINAL) { | if (mode & SIG_MODE_FINAL) { | ||
if (signature == NULL || sig_len < MD5_LEN) | if (signature == NULL || sig_len < MD5_LEN) |