Use new common flags and fix resulting warnings.

This commit is contained in:
Ben Laurie
2009-02-15 14:08:51 +00:00
parent 477fd4596f
commit b3f3407850
5 changed files with 6 additions and 6 deletions

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,p,size,bs;
unsigned int j,k,olen,p,bs;
int mac_size;
register unsigned char *pp;