diff options
-rw-r--r-- | src/lib/misc/cryptobox/cryptobox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/misc/cryptobox/cryptobox.h b/src/lib/misc/cryptobox/cryptobox.h index a579a9f7a..977ef37d6 100644 --- a/src/lib/misc/cryptobox/cryptobox.h +++ b/src/lib/misc/cryptobox/cryptobox.h @@ -46,7 +46,6 @@ decrypt_bin(const uint8_t input[], size_t input_len, /** * Decrypt a message encrypted with CryptoBox::encrypt * @param input the input data -* @param input_len the length of input in bytes * @param passphrase the passphrase used to encrypt the message */ BOTAN_PUBLIC_API(2,3) |