X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fevp%2Fm_ecdsa.c;h=fad270faca2b39e3d8087bdabc6fec9fb4fea10c;hb=2c5f3606d1dd86d5ca79bf169d25b366406d196f;hp=26e4206e5ad2160bfdb37698ce9e0965ff3f6795;hpb=5c9a9c9c332b8def46e849ea5df88afe7ced2a30;p=oweals%2Fopenssl.git diff --git a/crypto/evp/m_ecdsa.c b/crypto/evp/m_ecdsa.c index 26e4206e5a..fad270faca 100644 --- a/crypto/evp/m_ecdsa.c +++ b/crypto/evp/m_ecdsa.c @@ -119,7 +119,7 @@ static int init(EVP_MD_CTX *ctx) { return SHA1_Init(ctx->md_data); } -static int update(EVP_MD_CTX *ctx,const void *data,unsigned long count) +static int update(EVP_MD_CTX *ctx,const void *data,size_t count) { return SHA1_Update(ctx->md_data,data,count); } static int final(EVP_MD_CTX *ctx,unsigned char *md)