Work with -pedantic!

This commit is contained in:
Ben Laurie
1999-04-23 15:01:15 +00:00
parent 779cc0bca9
commit 61f5b6f338
78 changed files with 1040 additions and 880 deletions

View File

@@ -393,7 +393,7 @@ void ssl2_return_error(SSL *s, int err)
void ssl2_write_error(SSL *s)
{
char buf[3];
unsigned char buf[3];
int i,error;
buf[0]=SSL2_MT_ERROR;