diff options
author | Jack Lloyd <[email protected]> | 2020-12-14 08:57:49 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-12-14 08:59:58 -0500 |
commit | 2dd662b85abfe545bfe12c4952a8f61a45de8ca3 (patch) | |
tree | 6aba3751cc8255d3dec5f46dbc3290036be355d1 /src/tests/test_dl_group.cpp | |
parent | 9b5e3fb65e660d6b4830acdd50bda8f0165c5181 (diff) |
Avoid using deprecated functions for key loading
Also update the documentation a bit, this area is really out of date
Diffstat (limited to 'src/tests/test_dl_group.cpp')
-rw-r--r-- | src/tests/test_dl_group.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tests/test_dl_group.cpp b/src/tests/test_dl_group.cpp index 0a792473b..da820d5a4 100644 --- a/src/tests/test_dl_group.cpp +++ b/src/tests/test_dl_group.cpp @@ -4,8 +4,6 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#define BOTAN_NO_DEPRECATED_WARNINGS - #include "tests.h" #if defined(BOTAN_HAS_DL_GROUP) |