diff options
Diffstat (limited to 'src/lib/pubkey/dl_group/dl_group.h')
-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 1b26d07c8..8bdd205da 100644 --- a/src/lib/pubkey/dl_group/dl_group.h +++ b/src/lib/pubkey/dl_group/dl_group.h @@ -108,7 +108,7 @@ class BOTAN_DLL DL_Group * the default values from the file policy.cpp will be used. For instance, * use "modp/ietf/768" as name. */ - explicit DL_Group(const std::string& name); + DL_Group(const std::string& name); /** * Create a new group randomly. |