Move RSA key generation into the wrappers.
This commit is contained in:
parent
911c05f873
commit
551cd19406
18 changed files with 413 additions and 68 deletions
8
have.h
8
have.h
|
@ -57,6 +57,10 @@
|
|||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TIME_H
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
@ -165,4 +169,8 @@
|
|||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBEVENT
|
||||
#include <event.h>
|
||||
#endif
|
||||
|
||||
#endif /* __TINC_SYSTEM_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue