diff options
Diffstat (limited to 'src/stream/rc4/rc4.cpp')
-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> |