From: Guus Sliepen <guus@tinc-vpn.org>
Date: Mon, 14 Dec 2009 20:20:56 +0000 (+0100)
Subject: Do not include OpenSSL headers directly.
X-Git-Tag: release-1.1pre1~97
X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=2a410cd26d25cc01b96d255644df3ad138eae776;p=tinc

Do not include OpenSSL headers directly.
---

diff --git a/src/net.c b/src/net.c
index 31cb3df5..99fcb0de 100644
--- 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"