when disabling arc4, ignores contents of arc4.c

This commit is contained in:
John Safranek 2013-04-01 13:42:41 -07:00
parent 9975d1d675
commit 30553a43ed
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,8 @@
#include <config.h>
#endif
#ifndef NO_RC4
#include <cyassl/ctaocrypt/arc4.h>
@ -170,3 +172,6 @@ static void Arc4CaviumProcess(Arc4* arc4, byte* out, const byte* in,
}
#endif /* HAVE_CAVIUM */
#endif /* NO_ARC4 */