From bb1499d2aac1d25a95b8573ff425751f06f159e1 Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Sun, 21 Sep 2008 14:56:30 +0000 Subject: Vendor import of OpenSSL 0.9.8i. --- crypto/rsa/rsa_ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/rsa/rsa_ssl.c') diff --git a/crypto/rsa/rsa_ssl.c b/crypto/rsa/rsa_ssl.c index ea72629494cf..cfeff15bc9c1 100644 --- a/crypto/rsa/rsa_ssl.c +++ b/crypto/rsa/rsa_ssl.c @@ -130,7 +130,7 @@ int RSA_padding_check_SSLv23(unsigned char *to, int tlen, RSAerr(RSA_F_RSA_PADDING_CHECK_SSLV23,RSA_R_NULL_BEFORE_BLOCK_MISSING); return(-1); } - for (k= -8; k<0; k++) + for (k = -9; k<-1; k++) { if (p[k] != 0x03) break; } -- cgit v1.2.3