Put back a variable deleted by the previous revision,

but used in the code.
This commit is contained in:
Bodo Möller 2009-02-01 01:08:13 +00:00
parent 57f39cc826
commit d8e8fc4803

View File

@ -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;