Make the stuff compile again, fix missing prototype warnings.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user