diff options
author | Jack Lloyd <[email protected]> | 2018-03-06 11:16:49 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-03-06 11:17:58 -0500 |
commit | 29d740f468ca6feb9782d65c675be7f4ced3cedc (patch) | |
tree | bd76ad5d5feda4b6ca874b791940251887921c8f /src/lib/block/block_cipher.cpp | |
parent | d96477e0c2239ec7a8ef721333be1e2e70e1abef (diff) |
Rename threefish module to threefish_512
GH #1477
Diffstat (limited to 'src/lib/block/block_cipher.cpp')
-rw-r--r-- | src/lib/block/block_cipher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/block/block_cipher.cpp b/src/lib/block/block_cipher.cpp index 8be2de664..544cbbc36 100644 --- a/src/lib/block/block_cipher.cpp +++ b/src/lib/block/block_cipher.cpp @@ -86,7 +86,7 @@ #endif #if defined(BOTAN_HAS_THREEFISH_512) - #include <botan/threefish.h> + #include <botan/threefish_512.h> #endif #if defined(BOTAN_HAS_XTEA) |