Commit d8e8fc48 authored by Bodo Möller's avatar Bodo Möller
Browse files

Put back a variable deleted by the previous revision,

but used in the code.
parent 57f39cc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;