diff options
author | Jack Lloyd <[email protected]> | 2016-12-23 01:17:01 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-12-23 01:17:01 -0500 |
commit | 9f889f73af3467edea6f9c214530ab577eba5392 (patch) | |
tree | 3bdbdefd0c00c6eb712d807bf78bda98e765c09e /src/tests/test_dl_group.cpp | |
parent | f01facf97688c3efefe79b09a4839fe4852baabc (diff) |
Fix minimized build
Diffstat (limited to 'src/tests/test_dl_group.cpp')
-rw-r--r-- | src/tests/test_dl_group.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tests/test_dl_group.cpp b/src/tests/test_dl_group.cpp index 60ffff251..cc303985b 100644 --- a/src/tests/test_dl_group.cpp +++ b/src/tests/test_dl_group.cpp @@ -12,6 +12,8 @@ namespace Botan_Tests { +#if defined(BOTAN_HAS_DL_GROUP) + namespace { class DL_Group_Tests : public Test @@ -143,4 +145,6 @@ BOTAN_REGISTER_TEST("dl_group", DL_Group_Tests); } +#endif + } |