mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[ssl] compilation fix
This commit is contained in:
parent
c3a3225699
commit
6446dfea82
@ -32,6 +32,7 @@
|
||||
#include "network/connection.h"
|
||||
#include "network/socket.h"
|
||||
#include "network/ssl/ssl.h"
|
||||
#include "osdep/osdep.h"
|
||||
#include "util/conv.h"
|
||||
#include "util/error.h"
|
||||
#include "util/string.h"
|
||||
|
@ -25,6 +25,7 @@ int dos_select(int n, fd_set *rs, fd_set *ws, fd_set *es, struct timeval *t, int
|
||||
void save_terminal(void);
|
||||
void restore_terminal(void);
|
||||
int dos_setraw(int ctl, int save);
|
||||
void os_seed_random(unsigned char **pool, int *pool_size);
|
||||
|
||||
|
||||
#ifndef DOS_OVERRIDES_SELF
|
||||
|
Loading…
Reference in New Issue
Block a user