Do not include OpenSSL headers directly.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 14 Dec 2009 20:20:56 +0000 (21:20 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 14 Dec 2009 20:20:56 +0000 (21:20 +0100)
src/net.c

index 31cb3df..99fcb0d 100644 (file)
--- a/src/net.c
+++ b/src/net.c
@@ -21,8 +21,6 @@
 
 #include "system.h"
 
-#include <openssl/rand.h>
-
 #include "utils.h"
 #include "splay_tree.h"
 #include "conf.h"