fix building with NO_CRYPT=true

PR:		116439
Approved by:	re (gnn)
This commit is contained in:
Sam Leffler 2007-09-28 15:52:28 +00:00
parent 61881b5283
commit b917d7d326

View File

@ -111,6 +111,9 @@ DPADD+= ${LIBSSL} ${LIBCRYPTO}
LDADD+= -lssl -lcrypto
.else
CFLAGS+= -DEAP_TLS_NONE
CFLAGS+= -DINTERNAL_AES
CFLAGS+= -DINTERNAL_SHA1
CFLAGS+= -DINTERNAL_MD5
SRCS+= tls_none.c
.endif