From d8e8fc4803bf213b67e743a3ba91f47e2adafbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Sun, 1 Feb 2009 01:08:13 +0000 Subject: [PATCH] Put back a variable deleted by the previous revision, but used in the code. --- ssl/s2_pkt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- GitLab