Make CryptoNative_EvpDigestUpdate count parameter int32_t instead of size_t
authorGünther Foidl <gue@korporal.at>
Fri, 20 Sep 2019 13:13:35 +0000 (15:13 +0200)
committerJeremy Barton <jbarton@microsoft.com>
Fri, 20 Sep 2019 13:13:35 +0000 (06:13 -0700)
commit8b8a5fc96e49fe556efc7a930a5d3416eb4b4847
tree954123af89c0b5dc5fbbb2e2b0e532205d458daf
parent9c6f615e595a7993dfd4b7ea1e855259e2ec7d29
Make CryptoNative_EvpDigestUpdate count parameter int32_t instead of size_t

Shim functions should use sized types, which the size type isn't.

Commit migrated from https://github.com/dotnet/corefx/commit/ca6add5711542ae513dcd2269146eec3c518c4b5
src/libraries/Native/Unix/System.Security.Cryptography.Native/pal_evp.c
src/libraries/Native/Unix/System.Security.Cryptography.Native/pal_evp.h