From: Bodo Möller Date: Sun, 1 Feb 2009 01:08:13 +0000 (+0000) Subject: Put back a variable deleted by the previous revision, X-Git-Tag: OpenSSL_0_9_8k^2~50 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d8e8fc4803bf213b67e743a3ba91f47e2adafbe3;p=oweals%2Fopenssl.git Put back a variable deleted by the previous revision, but used in the code. --- diff --git a/ssl/s2_pkt.c b/ssl/s2_pkt.c index 393cf1d6e4..93dcdc43dc 100644 --- a/ssl/s2_pkt.c +++ b/ssl/s2_pkt.c @@ -515,7 +515,7 @@ static int write_pending(SSL *s, const unsigned char *buf, unsigned int len) static int n_do_ssl_write(SSL *s, const unsigned char *buf, unsigned int len) { - unsigned int j,k,olen,size,bs; + unsigned int j,k,olen,p,size,bs; int mac_size; register unsigned char *pp;