diff options
author | Jack Lloyd <[email protected]> | 2019-04-30 08:53:55 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-04-30 08:56:28 -0400 |
commit | c060827c1e6e662fd51fbb34d0300ff09067e586 (patch) | |
tree | ee6a91c93f44aa6e93f5a714d6e08ecf5f090cf3 /src/lib/pubkey/dl_group | |
parent | a3655a15e84f9496fec587e72d923be4c1901137 (diff) |
Add proper SRP6 tests
Fixes GH #1917
Diffstat (limited to 'src/lib/pubkey/dl_group')
-rw-r--r-- | src/lib/pubkey/dl_group/dl_group.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/dl_group/dl_group.h b/src/lib/pubkey/dl_group/dl_group.h index 43756c806..5ec0bfe9d 100644 --- a/src/lib/pubkey/dl_group/dl_group.h +++ b/src/lib/pubkey/dl_group/dl_group.h @@ -56,7 +56,7 @@ class BOTAN_PUBLIC_API(2,0) DL_Group final * the default values from the file policy.cpp will be used. For instance, * use "modp/ietf/3072". */ - DL_Group(const std::string& name); + explicit DL_Group(const std::string& name); /** * Create a new group randomly. |