commit | 8bdce8d160e29b4e1b80fec31f618d85d8c2b7a8 | [log] [tgz] |
---|---|---|
author | Steven Fackler <sfackler@gmail.com> | Sat Oct 15 13:01:25 2016 -0700 |
committer | Matt Caswell <matt@openssl.org> | Sat Oct 15 23:34:33 2016 +0100 |
tree | d4cdceaa379ec64b1b9eb447fb198fb7c4615b7b | |
parent | e5c1361580d8de79682958b04a5f0d262e680f8b [diff] |
Fix signatures of EVP_Digest{Sign,Verify}Update These are implemented as macros delegating to `EVP_DigestUpdate`, which takes a `size_t` as its third argument, not an `unsigned int`. CLA: trivial Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>