aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-06-07 09:39:46 -0400
committerJack Lloyd <[email protected]>2019-06-07 12:49:22 -0400
commitb5513cd0d95b0ed99c581900fea226771b74339c (patch)
tree8d7e4ac14e93a527bc654cd325188bc30d753d80 /src/tests
parent762a76edc0240d3028ed17b9fb6e394ab3eac6cf (diff)
Officially deprecate headers
Create BOTAN_DEPRECATED_HEADER so we can warn about this consistently. Shuffle around the filter headers so all of the concrete filters are defined in filters.h instead of being spread across many headers. Document which headers are deprecated as well as a list of headers which will be made internal-only in a future major release.
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test_filters.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tests/test_filters.cpp b/src/tests/test_filters.cpp
index 33649e56a..e99329327 100644
--- a/src/tests/test_filters.cpp
+++ b/src/tests/test_filters.cpp
@@ -16,15 +16,9 @@
#include <botan/pipe.h>
#include <botan/filters.h>
#include <botan/data_snk.h>
- #include <botan/comp_filter.h>
#include <botan/cipher_filter.h>
#endif
-#if defined(BOTAN_HAS_CODEC_FILTERS)
- #include <botan/hex_filt.h>
- #include <botan/b64_filt.h>
-#endif
-
#if defined(BOTAN_HAS_PIPE_UNIXFD_IO)
#include <botan/fd_unix.h>
#include <unistd.h>