aboutsummaryrefslogtreecommitdiffstats
path: root/include/nr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nr.h')
-rw-r--r--include/nr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nr.h b/include/nr.h
index 2dcbccd20..0b68340d6 100644
--- a/include/nr.h
+++ b/include/nr.h
@@ -32,7 +32,7 @@ class BOTAN_DLL NR_PublicKey : public PK_Verifying_with_MR_Key,
protected:
NR_Core core;
private:
- void X509_load_hook(RandomNumberGenerator&);
+ void X509_load_hook();
};
/*************************************************