summaryrefslogtreecommitdiffstats
path: root/ssl/s2_pkt.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2009-02-15 14:08:51 +0000
committerBen Laurie <ben@openssl.org>2009-02-15 14:08:51 +0000
commitb3f3407850d5e4b2a91aa7c7db39302bb9e80405 (patch)
treebdb0ae7b0fdbbf90bb66eec925ed337a115ca840 /ssl/s2_pkt.c
parent477fd4596feb89fe943130c8b1a4e37a0d3764bb (diff)
Use new common flags and fix resulting warnings.
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 93dcdc43dc..ac963b2d47 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,p,size,bs;
+ unsigned int j,k,olen,p,bs;
int mac_size;
register unsigned char *pp;