Fix wpa/hostapd build without OpenSSL.

This commit is contained in:
rpaulo 2015-04-21 02:00:37 +00:00
parent 842f4520d0
commit 84f11f7741

View File

@ -53,7 +53,8 @@ SRCS+= tls_openssl.c
.endif
.if defined(CONFIG_INTERNAL_AES)
SRCS+= aes-internal.c \
SRCS+= aes-unwrap.c aes-wrap.c \
aes-internal.c \
aes-internal-dec.c \
aes-internal-enc.c
.endif
@ -92,7 +93,7 @@ SRCS+= md4-internal.c
.endif
.if defined(CONFIG_INTERNAL_MD5)
SRCS+= md5-internal.c
SRCS+= md5.c md5-internal.c
.endif
.if defined(NEED_FIPS186_2_PRF)