]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
net.c: Remove unnecessary crypto includes.
authorAndre Noll <maan@systemlinux.org>
Mon, 28 Feb 2011 19:26:42 +0000 (20:26 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 27 Mar 2011 14:41:51 +0000 (16:41 +0200)
The functions in this file are ignorant of the crypto layer.

net.c

diff --git a/net.c b/net.c
index 2369dc8ce99027a4bb122a9a9d3e71bb5aa10f8b..bd1bcc648cad5148ac4cad581bcf4d2566a63078 100644 (file)
--- a/net.c
+++ b/net.c
 
 #include <dirent.h>
 #include <regex.h>
-#include <openssl/rc4.h>
 
 #include "para.h"
 #include "error.h"
-#include "crypt.h"
 #include "net.h"
 #include "string.h"
 #include "list.h"