Put back a variable deleted by the previous revision,
authorBodo Möller <bodo@openssl.org>
Sun, 1 Feb 2009 01:08:13 +0000 (01:08 +0000)
committerBodo Möller <bodo@openssl.org>
Sun, 1 Feb 2009 01:08:13 +0000 (01:08 +0000)
but used in the code.

ssl/s2_pkt.c

index 393cf1d6e43c8b3d431f6997a372a4bdc21877ab..93dcdc43dce70e618339d80b0ea153f4bad8f4de 100644 (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;