aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/engine/gnump/eng_gmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstate/engine/gnump/eng_gmp.h')
-rw-r--r--src/libstate/engine/gnump/eng_gmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstate/engine/gnump/eng_gmp.h b/src/libstate/engine/gnump/eng_gmp.h
index a0ff2661c..8edaae374 100644
--- a/src/libstate/engine/gnump/eng_gmp.h
+++ b/src/libstate/engine/gnump/eng_gmp.h
@@ -16,6 +16,8 @@ namespace Botan {
class BOTAN_DLL GMP_Engine : public Engine
{
public:
+ std::string provider_name() const { return "gmp"; }
+
#if defined(BOTAN_HAS_IF_PUBLIC_KEY_FAMILY)
IF_Operation* if_op(const BigInt&, const BigInt&, const BigInt&,
const BigInt&, const BigInt&, const BigInt&,