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:
parent
8ef1683115
commit
ac73690c06
13 changed files with 45 additions and 46 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue