diff options
author | lloyd <[email protected]> | 2013-04-19 16:41:39 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-04-19 16:41:39 +0000 |
commit | dbe61300e7fb1c6cda9ca0c5c08847235c366255 (patch) | |
tree | 091491546787599ce75914286d3571585a9132fd | |
parent | a28ddc43bbb8445df5345007fed1782f13d38503 (diff) |
Compile fix
-rw-r--r-- | src/stream/rc4/rc4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/rc4/rc4.cpp b/src/stream/rc4/rc4.cpp index bd4c710a9..df6976235 100644 --- a/src/stream/rc4/rc4.cpp +++ b/src/stream/rc4/rc4.cpp @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include <botan/arc4.h> +#include <botan/rc4.h> #include <botan/internal/xor_buf.h> #include <botan/internal/rounding.h> |