diff options
author | Jack Lloyd <[email protected]> | 2019-06-07 09:39:46 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-06-07 12:49:22 -0400 |
commit | b5513cd0d95b0ed99c581900fea226771b74339c (patch) | |
tree | 8d7e4ac14e93a527bc654cd325188bc30d753d80 /src/tests | |
parent | 762a76edc0240d3028ed17b9fb6e394ab3eac6cf (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.cpp | 6 |
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> |