diff options
Diffstat (limited to 'src/tests/unit_tls.cpp')
-rw-r--r-- | src/tests/unit_tls.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/unit_tls.cpp b/src/tests/unit_tls.cpp index 6b3eb753a..35effc5a2 100644 --- a/src/tests/unit_tls.cpp +++ b/src/tests/unit_tls.cpp @@ -5,6 +5,9 @@ * Botan is released under the Simplified BSD License (see license.txt) */ +// Deprecated TLS APIs are tested below +#define BOTAN_NO_DEPRECATED_WARNINGS + #include "tests.h" #include <vector> #include <memory> |