aboutsummaryrefslogtreecommitdiffstats
path: root/src/if_algo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_algo.cpp')
-rw-r--r--src/if_algo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_algo.cpp b/src/if_algo.cpp
index e2178e5f1..072822f2a 100644
--- a/src/if_algo.cpp
+++ b/src/if_algo.cpp
@@ -162,7 +162,7 @@ PKCS8_Decoder* IF_Scheme_PrivateKey::pkcs8_decoder(RandomNumberGenerator& rng)
*************************************************/
void IF_Scheme_PublicKey::X509_load_hook(RandomNumberGenerator& rng)
{
- core = IF_Core(rng, e, n);
+ core = IF_Core(e, n);
load_check(rng);
}