aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/xtea/xtea.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-09-08 10:22:09 -0400
committerJack Lloyd <[email protected]>2019-09-08 10:22:09 -0400
commit63e8dc8a6aade2ce3c32b095b36de5839a30444f (patch)
tree06ea55071183d537f84046894f799b2fc571ff0b /src/lib/block/xtea/xtea.h
parenta25821cb4c277d2913520e70203cebb8c6fd85cb (diff)
parent7f412dde77c7fbd3d8857e9c42aa71ba1ca2de2f (diff)
Merge GH #2061 Add header deprecation warnings
Diffstat (limited to 'src/lib/block/xtea/xtea.h')
-rw-r--r--src/lib/block/xtea/xtea.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/block/xtea/xtea.h b/src/lib/block/xtea/xtea.h
index 5ec94fd05..bae0bc7e6 100644
--- a/src/lib/block/xtea/xtea.h
+++ b/src/lib/block/xtea/xtea.h
@@ -10,6 +10,8 @@
#include <botan/block_cipher.h>
+BOTAN_FUTURE_INTERNAL_HEADER(xtea.h)
+
namespace Botan {
/**