diff options
Diffstat (limited to 'include/dh.h')
-rw-r--r-- | include/dh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dh.h b/include/dh.h index 0e28bf73e..17a3fcae1 100644 --- a/include/dh.h +++ b/include/dh.h @@ -27,7 +27,7 @@ class BOTAN_DLL DH_PublicKey : public virtual DL_Scheme_PublicKey DH_PublicKey() {} DH_PublicKey(const DL_Group&, const BigInt&); private: - void X509_load_hook(RandomNumberGenerator&); + void X509_load_hook(); }; /************************************************* |