summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/filters/basefilt.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm/third_party/botan/src/lib/filters/basefilt.h')
-rw-r--r--comm/third_party/botan/src/lib/filters/basefilt.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/comm/third_party/botan/src/lib/filters/basefilt.h b/comm/third_party/botan/src/lib/filters/basefilt.h
new file mode 100644
index 0000000000..422989b759
--- /dev/null
+++ b/comm/third_party/botan/src/lib/filters/basefilt.h
@@ -0,0 +1,18 @@
+/*
+* Basic Filters
+* (C) 1999-2007 Jack Lloyd
+* (C) 2013 Joel Low
+*
+* Botan is released under the Simplified BSD License (see license.txt)
+*/
+
+#ifndef BOTAN_BASEFILT_H_
+#define BOTAN_BASEFILT_H_
+
+// This header is deprecated and will be removed in a future major release
+
+#include <botan/filters.h>
+
+BOTAN_DEPRECATED_HEADER(basefilt.h)
+
+#endif