summaryrefslogtreecommitdiff
path: root/ssl/s2_pkt.c
diff options
context:
space:
mode:
authorbodo <bodo>2009-02-01 01:08:13 +0000
committerbodo <bodo>2009-02-01 01:08:13 +0000
commiteacb96cf0b142642fbc0de5cdb06b22a634e5f1c (patch)
treec7ec6ab6f5733635480da9c8287773405841d0cb /ssl/s2_pkt.c
parent6bf97885af0c2e97b16e443561dc5b624e77c560 (diff)
downloadopenssl-eacb96cf0b142642fbc0de5cdb06b22a634e5f1c.tar.gz
Put back a variable deleted by the previous revision,
but used in the code.
Diffstat (limited to 'ssl/s2_pkt.c')
-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 393cf1d6e..93dcdc43d 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;