Skip to content

Commit

Permalink
Initial rev of EAP-FAST.
Browse files Browse the repository at this point in the history
The code needs to be cleaned up to match the style of the rest
of the server.  But it works
  • Loading branch information
alandekok authored and jrouzierinverse committed Sep 15, 2016
1 parent 971fc1c commit 9a4e069
Show file tree
Hide file tree
Showing 6 changed files with 2,181 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/modules/rlm_eap/types/rlm_eap_fast/all.mk
@@ -0,0 +1,10 @@
TARGETNAME := rlm_eap_fast

ifneq "$(OPENSSL_LIBS)" ""
TARGET := $(TARGETNAME).a
endif

SOURCES := $(TARGETNAME).c eap_fast.c eap_fast_crypto.c

SRC_INCDIRS := ${top_srcdir}/src/modules/rlm_eap/ ${top_srcdir}/src/modules/rlm_eap/libeap/
TGT_PREREQS := libfreeradius-eap.a

0 comments on commit 9a4e069

Please sign in to comment.