aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-20 00:21:46 -0400
committerJack Lloyd <[email protected]>2017-09-20 00:21:46 -0400
commitd3342ad34b7f965ea834029fc8257205e3a88a26 (patch)
tree2cd48d85f45f6f5dbe909e9f1ad9bb7f3158db57 /src
parent1a4ea601bffc02422b61c6781b710ab3acb1a9fd (diff)
Avoid deprecation warnings in test
Diffstat (limited to 'src')
-rw-r--r--src/tests/test_package_transform.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_package_transform.cpp b/src/tests/test_package_transform.cpp
index e75ac7984..08eec51af 100644
--- a/src/tests/test_package_transform.cpp
+++ b/src/tests/test_package_transform.cpp
@@ -4,10 +4,10 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#include "tests.h"
-
#define BOTAN_NO_DEPRECATED_WARNINGS
+#include "tests.h"
+
#if defined(BOTAN_HAS_PACKAGE_TRANSFORM)
#include <botan/package.h>
#endif