summaryrefslogtreecommitdiffstats
path: root/ssl/s2_pkt.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2009-02-01 01:08:13 +0000
committerBodo Möller <bodo@openssl.org>2009-02-01 01:08:13 +0000
commitd8e8fc4803bf213b67e743a3ba91f47e2adafbe3 (patch)
treeb267260afb26f4a551716930e37b97be9835b363 /ssl/s2_pkt.c
parent57f39cc826ad569b40c0531905327605ec7b0933 (diff)
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 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;