aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-11-06 13:09:03 -0500
committerJack Lloyd <[email protected]>2016-11-06 13:09:03 -0500
commitd7dbca70e6ec7b7df272fc898b981c34a2c24f86 (patch)
tree471f2eeb11631f9f527436665ce83a73dd55028a
parent0097a6224c19cfa910cd000abb6e40a6ea4576b3 (diff)
Update Doxygen comment [ci skip]
-rw-r--r--src/lib/pubkey/rsa/rsa.h1
1 files changed, 0 insertions, 1 deletions
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<byte>& key_bits);