From c8debab8f103fdf89aa5760bf135fed5aad3b6db Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 13 Nov 2009 04:29:07 +0000 Subject: Fix compilation warning. --- src/rsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rsa.c b/src/rsa.c index e9ab05a..1b9286f 100644 --- a/src/rsa.c +++ b/src/rsa.c @@ -104,7 +104,7 @@ hash_for_rsa_pkcs_sign(int algo, int wrap, const CK_BYTE* data, ASN1_OCTET_STRING digest; EVP_MD_CTX ctx; const EVP_MD* evp; - size_t n_hash; + unsigned int n_hash; int val; if(algo == NID_md5_sha1) -- cgit v1.2.3