Commit 8bdce8d1 authored by Steven Fackler's avatar Steven Fackler Committed by Matt Caswell
Browse files

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: default avatarTim Hudson <tjh@openssl.org>
Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent e5c13615
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment