diff options
Diffstat (limited to 'src/libcharon/plugins/eap_radius/radius_message.h')
-rw-r--r-- | src/libcharon/plugins/eap_radius/radius_message.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/plugins/eap_radius/radius_message.h b/src/libcharon/plugins/eap_radius/radius_message.h index eede40120..7f1c456da 100644 --- a/src/libcharon/plugins/eap_radius/radius_message.h +++ b/src/libcharon/plugins/eap_radius/radius_message.h @@ -251,9 +251,9 @@ struct radius_message_t { hasher_t *hasher, chunk_t secret); /** - * Verify the integrity of a received RADIUS response. + * Verify the integrity of a received RADIUS message. * - * @param req_auth 16 byte Authenticator of the corresponding request + * @param req_auth 16 byte Authenticator of request, or NULL * @param secret shared RADIUS secret * @param hasher hasher to verify Response-Authenticator * @param signer signer to verify Message-Authenticator attribute |