]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add missing declaration
authorAlan T. DeKok <aland@freeradius.org>
Tue, 1 Oct 2019 14:29:26 +0000 (10:29 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 1 Oct 2019 14:29:26 +0000 (10:29 -0400)
src/modules/rlm_mschap/rlm_mschap.h

index 0c9d096e36f891a465580900612f08191d39f994..b37939cf8f664c3edad93ecf11ff775059b4c43a 100644 (file)
@@ -21,6 +21,7 @@ typedef enum {
 
 extern fr_dict_attr_t const *attr_auth_type;
 extern fr_dict_attr_t const *attr_cleartext_password;
+extern fr_dict_attr_t const *attr_eap_identity;
 extern fr_dict_attr_t const *attr_nt_password;
 extern fr_dict_attr_t const *attr_lm_password;
 extern fr_dict_attr_t const *attr_ms_chap_use_ntlm_auth;