Move RC4 into crypto.h as a replaceable crypto function

This allows crypto library wrappers to override the internal RC4
implementation in the same way as can already be done for other crypto
algorithms.
This commit is contained in:
Jouni Malinen 2009-08-16 20:13:14 +03:00
parent 8ef1683115
commit ac73690c06
13 changed files with 45 additions and 46 deletions

View file

@ -15,7 +15,7 @@
#include "includes.h"
#include "common.h"
#include "rc4.h"
#include "crypto.h"
#include "aes_wrap.h"
#include "wpa.h"
#include "eloop.h"