From 0dffe4ce78737a8d2d2861621705728c2b08c279 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 9 Jul 2012 19:45:46 +0000 Subject: More Doxygen warning fixes --- src/pbe/pbes1/pbes1.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pbe') diff --git a/src/pbe/pbes1/pbes1.h b/src/pbe/pbes1/pbes1.h index 0c921dadd..dd09cee20 100644 --- a/src/pbe/pbes1/pbes1.h +++ b/src/pbe/pbes1/pbes1.h @@ -34,6 +34,9 @@ class BOTAN_DLL PBE_PKCS5v15 : public PBE /** * @param cipher the block cipher to use (DES or RC2) * @param hash the hash function to use + * @param passphrase the passphrase to use + * @param msec how many milliseconds to run the PBKDF + * @param rng a random number generator */ PBE_PKCS5v15(BlockCipher* cipher, HashFunction* hash, -- cgit v1.2.3