From c20276e4aef1e716980589c43cf9276abc7ff2b7 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 17 Apr 2006 12:08:22 +0000 Subject: Fix (most) WIN32 warnings and errors. --- crypto/dh/dh_ameth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/dh') diff --git a/crypto/dh/dh_ameth.c b/crypto/dh/dh_ameth.c index 7a83768e2c..2f2589bc25 100644 --- a/crypto/dh/dh_ameth.c +++ b/crypto/dh/dh_ameth.c @@ -287,7 +287,7 @@ err: static void update_buflen(const BIGNUM *b, size_t *pbuflen) { - int i; + size_t i; if (!b) return; if (*pbuflen < (i = (size_t)BN_num_bytes(b))) -- cgit v1.2.3