diff options
Diffstat (limited to 'src/lib/block/threefish_512/threefish.h')
-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 |