Fix wpa/hostapd build without OpenSSL.

This commit is contained in:
Rui Paulo 2015-04-21 02:00:37 +00:00
parent 5b9c547c07
commit cd4308d21f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281807

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)