summaryrefslogtreecommitdiffstats
path: root/contrib/hostapd/rc4.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-03-02 02:29:17 +0000
committersam <sam@FreeBSD.org>2009-03-02 02:29:17 +0000
commitddc28333969dfde04f6c179cab0e3cd36971ddde (patch)
treefdef898b1a2d04c7e3c2b8c50dd9d9d200b6a9e1 /contrib/hostapd/rc4.h
parentcba727f413d0099236e6f2a8dd2d3fc5ba76b6a7 (diff)
downloadFreeBSD-src-ddc28333969dfde04f6c179cab0e3cd36971ddde.zip
FreeBSD-src-ddc28333969dfde04f6c179cab0e3cd36971ddde.tar.gz
don't need these any more; we are now using a combined tree
Diffstat (limited to 'contrib/hostapd/rc4.h')
-rw-r--r--contrib/hostapd/rc4.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/contrib/hostapd/rc4.h b/contrib/hostapd/rc4.h
deleted file mode 100644
index 01f1383..0000000
--- a/contrib/hostapd/rc4.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * RC4 stream cipher
- * Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * Alternatively, this software may be distributed under the terms of BSD
- * license.
- *
- * See README and COPYING for more details.
- */
-
-#ifndef RC4_H
-#define RC4_H
-
-void rc4_skip(const u8 *key, size_t keylen, size_t skip,
- u8 *data, size_t data_len);
-void rc4(u8 *buf, size_t len, const u8 *key, size_t key_len);
-
-#endif /* RC4_H */
OpenPOWER on IntegriCloud