]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 11 Dec 2017 17:10:36 +0000 (17:10 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 11 Dec 2017 17:10:36 +0000 (17:10 +0000)
src/modules/rlm_eap/lib/sim/crypto.c

index 40ca472af98fb7150f3533fd5cd8c855a255d8a3..d74b1ec5ff1a84e9a00b9ffb53b360b29c31e26e 100644 (file)
@@ -129,7 +129,6 @@ int fr_sim_crypto_update_checkcode(fr_sim_checkcode_t *checkcode, eap_packet_t *
  *
  * @param[out] out             Where to write the checkcode value.  Must be at least 20
  *                             bytes if MD was SHA1, or 32 bytes if MD was SHA256.
- * @param[in] outlen           Length of the output buffer.
  * @param[in,out] checkcode    structure to get final digest from and to tree.
  * @return
  *     - <= 0 on failure.