aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-05-31 18:22:53 +0000
committerNils Larsch <nils@openssl.org>2005-05-31 18:22:53 +0000
commit63d740752f1997420d008f7fdf7c0aad2eff5901 (patch)
tree5f89cd41c2d2ffab6c1788cd75fd6bdb2287bb24 /crypto/rsa
parent6e04afb8c5779314b15a6e77dcbd6868874904eb (diff)
downloadopenssl-63d740752f1997420d008f7fdf7c0aad2eff5901.tar.gz
changes from 0.9.8
Diffstat (limited to 'crypto/rsa')
-rw-r--r--crypto/rsa/rsa_x931.c2
1 files changed, 1 insertions, 1 deletions
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;