Make the stuff compile again, fix missing prototype warnings.

This commit is contained in:
Dr. Stephen Henson
2009-05-16 11:14:55 +00:00
parent 019b3f3e5a
commit f99c9daa39
3 changed files with 7 additions and 0 deletions

View File

@@ -289,7 +289,9 @@ static int dgram_read(BIO *b, char *out, int outl)
BIO_set_retry_read(b);
data->_errno = get_last_socket_error();
}
#if 0
memset(&(data->hstimeout), 0, sizeof(struct timeval));
#endif
}
}
return(ret);