Add libssl to libldns for DANE.
Approved by: re (gjb)
This commit is contained in:
parent
c9964045a0
commit
0ffba31975
@ -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…
x
Reference in New Issue
Block a user