Replace direct use of RC4 by stream cipher abstraction.
[paraslash.git] / blob.c
diff --git a/blob.c b/blob.c
index 44159a6fecf7f16f7fd9548003f2b3df90a77367..cefd028874db5c61a513cacfe012b2eb4326ef29 100644 (file)
--- a/blob.c
+++ b/blob.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2010 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2007-2011 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -8,7 +8,6 @@
 
 #include <regex.h>
 #include <fnmatch.h>
-#include <openssl/rc4.h>
 #include <osl.h>
 
 #include "para.h"