Rename struct rc4_context and stream cipher send/receive functions.
[paraslash.git] / net.c
diff --git a/net.c b/net.c
index fa48e54f3f8525f26c716ef88784739ecd82a1fb..bd1bcc648cad5148ac4cad581bcf4d2566a63078 100644 (file)
--- a/net.c
+++ b/net.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2010 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2011 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 #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"