mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Add libssl to libldns for DANE.
Approved by: re (gjb)
This commit is contained in:
parent
c9964045a0
commit
0ffba31975
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ SRCS= buffer.c dane.c dname.c dnssec.c dnssec_sign.c dnssec_verify.c \
|
|||
|
||||
SRCS+= b64_ntop.c b64_pton.c
|
||||
|
||||
LIBADD= crypto
|
||||
LIBADD= ssl crypto
|
||||
|
||||
WARNS ?= 3
|
||||
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ _DP_mp= crypto
|
|||
_DP_memstat= kvm
|
||||
_DP_magic= z
|
||||
_DP_mt= sbuf bsdxml
|
||||
_DP_ldns= crypto
|
||||
_DP_ldns= ssl crypto
|
||||
.if ${MK_OPENSSL} != "no"
|
||||
_DP_fetch= ssl crypto
|
||||
.else
|
||||
|
|
|
|||
Loading…
Reference in a new issue