diff options
author | Jack Lloyd <[email protected]> | 2020-09-26 13:21:19 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-11-05 10:40:43 -0500 |
commit | 9db45be99b7b8d64bf5af8e21d6f25e552aa33c8 (patch) | |
tree | b236f884470225fd07919638065ad2fb1ab3ec05 /src | |
parent | 07d098dda0e2550ca9e7e6ef06db455edbd773c6 (diff) |
Remove deprecated threefish.h header
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/block/threefish_512/threefish.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/lib/block/threefish_512/threefish.h b/src/lib/block/threefish_512/threefish.h deleted file mode 100644 index f866a717f..000000000 --- a/src/lib/block/threefish_512/threefish.h +++ /dev/null @@ -1,17 +0,0 @@ -/* -* Threefish -* (C) 2013,2014 Jack Lloyd -* -* Botan is released under the Simplified BSD License (see license.txt) -*/ - -#ifndef BOTAN_THREEFISH_H_ -#define BOTAN_THREEFISH_H_ - -// This header is deprecated and will be removed in a future major release - -#include <botan/threefish_512.h> - -BOTAN_DEPRECATED_HEADER(threefish.h) - -#endif |