From: Arran Cudbard-Bell Date: Mon, 11 Dec 2017 17:10:36 +0000 (+0000) Subject: Doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a83f2f4e541d59af910ffb8e6b46d932f4a487;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/modules/rlm_eap/lib/sim/crypto.c b/src/modules/rlm_eap/lib/sim/crypto.c index 40ca472af98..d74b1ec5ff1 100644 --- a/src/modules/rlm_eap/lib/sim/crypto.c +++ b/src/modules/rlm_eap/lib/sim/crypto.c @@ -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.