aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/threefish_512
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-03-10 11:32:42 -0500
committerJack Lloyd <[email protected]>2018-03-10 11:32:42 -0500
commit6ae002ebd3a5f648860e932604b6e63ca7201011 (patch)
treeafadd04369b3c73ff7247dda7fd24349e72a010c /src/lib/block/threefish_512
parente0c2aeb7f331182d055a737da7cef3ffe8545c7b (diff)
Avoid warning in threefish.h
Causes a warning in amalgamation which is bad news
Diffstat (limited to 'src/lib/block/threefish_512')
-rw-r--r--src/lib/block/threefish_512/threefish.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/block/threefish_512/threefish.h b/src/lib/block/threefish_512/threefish.h
index 2c2a2750f..6b21e9fdd 100644
--- a/src/lib/block/threefish_512/threefish.h
+++ b/src/lib/block/threefish_512/threefish.h
@@ -8,12 +8,6 @@
#ifndef BOTAN_THREEFISH_H_
#define BOTAN_THREEFISH_H_
-#if defined(__GNUC__)
- #warning "botan/threefish.h is deprecated"
-#elif defined(_MSC_VER)
- #pragma message ("botan/threefish.h is deprecated")
-#endif
-
#include <botan/threefish_512.h>
#endif