diff options
Diffstat (limited to 'include/keypair.h')
-rw-r--r-- | include/keypair.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/keypair.h b/include/keypair.h index 0bd8f51bf..da322c075 100644 --- a/include/keypair.h +++ b/include/keypair.h @@ -15,8 +15,8 @@ namespace KeyPair { /************************************************* * Check key pair consistency * *************************************************/ -BOTAN_DLL void check_key(PK_Encryptor*, PK_Decryptor*); -BOTAN_DLL void check_key(PK_Signer*, PK_Verifier*); +BOTAN_DLL void check_key(RandomNumberGenerator&, PK_Encryptor*, PK_Decryptor*); +BOTAN_DLL void check_key(RandomNumberGenerator&, PK_Signer*, PK_Verifier*); } |