summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ssl/s2_pkt.c2
1 files changed, 1 insertions, 1 deletions
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;