From: Nils Larsch Date: Tue, 31 May 2005 09:55:13 +0000 (+0000) Subject: fix warning X-Git-Tag: OpenSSL_0_9_8-beta4~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=198bcece58fc4c0a1670304c956a4f65ccbcc758;p=oweals%2Fopenssl.git fix warning --- diff --git a/crypto/rsa/rsa_x931.c b/crypto/rsa/rsa_x931.c index ac3fde2a84..7d77213d13 100644 --- a/crypto/rsa/rsa_x931.c +++ b/crypto/rsa/rsa_x931.c @@ -105,7 +105,7 @@ int RSA_padding_add_X931(unsigned char *to, int tlen, int RSA_padding_check_X931(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) { - int i,j; + int i = 0,j; const unsigned char *p; p=from;