]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix signatures of EVP_Digest{Sign,Verify}Update
authorSteven Fackler <sfackler@gmail.com>
Sat, 15 Oct 2016 20:01:25 +0000 (13:01 -0700)
committerMatt Caswell <matt@openssl.org>
Sat, 15 Oct 2016 22:47:01 +0000 (23:47 +0100)
commit78ee64c237a8d73b8e92b2612f565db26c169ed5
tree4105f314b6b0c8dae8ee0b608a27e42c8f2aff26
parent02a02319ea6cde904e4bfa3a05fe128fd9b6675c
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>
(cherry picked from commit 8bdce8d160e29b4e1b80fec31f618d85d8c2b7a8)
doc/crypto/EVP_DigestSignInit.pod
doc/crypto/EVP_DigestVerifyInit.pod