[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openssl-cvs
Subject:    [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/crypto/rsa/ rsa_x931.c
From:       "Nils Larsch" <nils () openssl ! org>
Date:       2005-05-31 9:55:13
Message-ID: 20050531095513.E134A1AC6E20 () master ! openssl ! org
[Download RAW message or body]

  OpenSSL CVS Repository
  http://cvs.openssl.org/
  ____________________________________________________________________________

  Server: cvs.openssl.org                  Name:   Nils Larsch
  Root:   /v/openssl/cvs                   Email:  nils@openssl.org
  Module: openssl                          Date:   31-May-2005 11:55:13
  Branch: OpenSSL_0_9_8-stable             Handle: 2005053110551300

  Modified files:           (Branch: OpenSSL_0_9_8-stable)
    openssl/crypto/rsa      rsa_x931.c

  Log:
    fix warning

  Summary:
    Revision    Changes     Path
    1.2.2.2     +1  -1      openssl/crypto/rsa/rsa_x931.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openssl/crypto/rsa/rsa_x931.c
  ============================================================================
  $ cvs diff -u -r1.2.2.1 -r1.2.2.2 rsa_x931.c
  --- openssl/crypto/rsa/rsa_x931.c	28 May 2005 20:49:09 -0000	1.2.2.1
  +++ openssl/crypto/rsa/rsa_x931.c	31 May 2005 09:55:13 -0000	1.2.2.2
  @@ -105,7 +105,7 @@
   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;
  @@ .
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
CVS Repository Commit List                     openssl-cvs@openssl.org
Automated List Manager                           majordomo@openssl.org
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic