mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 21:01:05 +01:00
Fix wpa/hostapd build without OpenSSL.
This commit is contained in:
parent
5b9c547c07
commit
cd4308d21f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281807
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user