diff options
Diffstat (limited to '3rdParty/Breakpad/src/common/md5.h')
-rw-r--r-- | 3rdParty/Breakpad/src/common/md5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdParty/Breakpad/src/common/md5.h b/3rdParty/Breakpad/src/common/md5.h index e96521e..2ab0ab9 100644 --- a/3rdParty/Breakpad/src/common/md5.h +++ b/3rdParty/Breakpad/src/common/md5.h @@ -20,3 +20,3 @@ void MD5Init(struct MD5Context *ctx); -void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len); +void MD5Update(struct MD5Context *ctx, unsigned char const *buf, size_t len); |