Skip to content

Commit

Permalink
AKA needs SSL, too
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jun 27, 2017
1 parent 1d32ab5 commit 9dc2e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/rlm_eap/rlm_eap.c
Expand Up @@ -120,6 +120,7 @@ static int submodule_parse(TALLOC_CTX *ctx, void *out, CONF_ITEM *ci, UNUSED CON
case FR_EAP_TTLS:
case FR_EAP_PEAP:
case FR_EAP_PWD:
case FR_EAP_AKA:
WARN("Ignoring EAP method %s because we don't have OpenSSL support", name);
return 0;

Expand Down

0 comments on commit 9dc2e3b

Please sign in to comment.