From d7dbca70e6ec7b7df272fc898b981c34a2c24f86 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sun, 6 Nov 2016 13:09:03 -0500 Subject: Update Doxygen comment [ci skip] --- src/lib/pubkey/rsa/rsa.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/pubkey/rsa') diff --git a/src/lib/pubkey/rsa/rsa.h b/src/lib/pubkey/rsa/rsa.h index c52239eeb..98d9217b8 100644 --- a/src/lib/pubkey/rsa/rsa.h +++ b/src/lib/pubkey/rsa/rsa.h @@ -87,7 +87,6 @@ class BOTAN_DLL RSA_PrivateKey : public Private_Key, public RSA_PublicKey * Load a private key. * @param alg_id the X.509 algorithm identifier * @param key_bits PKCS #8 structure - * @param rng a random number generator */ RSA_PrivateKey(const AlgorithmIdentifier& alg_id, const secure_vector& key_bits); -- cgit v1.2.3