aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/misc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-24 18:34:14 -0400
committerJack Lloyd <[email protected]>2017-09-24 18:34:14 -0400
commitb3dacffa086336385f8bf8cee8edeeb8c1c5af10 (patch)
treef290911f9f9cfd665f1402d344e6639e777493cb /src/lib/misc
parent1f8ea081665b1d8ef0baac377f164fbf8e339e70 (diff)
Correct Doxygen error
[ci skip]
Diffstat (limited to 'src/lib/misc')
-rw-r--r--src/lib/misc/cryptobox/cryptobox.h1
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)