diff options
Diffstat (limited to 'src/hash/gost_3411')
-rw-r--r-- | src/hash/gost_3411/gost_3411.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/gost_3411/gost_3411.cpp b/src/hash/gost_3411/gost_3411.cpp index ae96b2467..3c7f5f92b 100644 --- a/src/hash/gost_3411/gost_3411.cpp +++ b/src/hash/gost_3411/gost_3411.cpp @@ -5,7 +5,7 @@ #include <botan/gost_3411.h> #include <botan/loadstor.h> -#include <botan/bit_ops.h> +#include <botan/rotate.h> #include <botan/xor_buf.h> namespace Botan { |