diff options
author | Jack Lloyd <[email protected]> | 2017-01-09 21:39:52 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-09 21:39:52 -0500 |
commit | 6e705cf812bbb43fa0d80c09d7da0ace6605693f (patch) | |
tree | d95b3a2e8ac61b8db80fce3c7e6e5052f63cc2a6 /src/tests | |
parent | 076598a28972f5f92d6d9d55d2b332ae9016e869 (diff) |
Avoid deprecation warning in TLS tests
Diffstat (limited to 'src/tests')
-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> |