diff options
author | Jack Lloyd <[email protected]> | 2019-04-24 20:04:16 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-04-27 06:37:38 -0400 |
commit | fbafdabd538e92b2fd78a38db43acbc7f5d077c4 (patch) | |
tree | a9a4e7f0be3abc55a7b940a8bbf5597961c80539 /src/tests/test_ffi.cpp | |
parent | 83ff128cd4dec19c24e1a661b828ec833a6dad76 (diff) |
More Python API enhancements.
Deprecate various redundant FFI functions
Diffstat (limited to 'src/tests/test_ffi.cpp')
-rw-r--r-- | src/tests/test_ffi.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/test_ffi.cpp b/src/tests/test_ffi.cpp index f2926d777..6263999d9 100644 --- a/src/tests/test_ffi.cpp +++ b/src/tests/test_ffi.cpp @@ -7,6 +7,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ +#define BOTAN_NO_DEPRECATED_WARNINGS + #include "tests.h" #include <botan/version.h> |