Add libssl to libldns for DANE.

Approved by:	re (gjb)
This commit is contained in:
Dag-Erling Smørgrav 2018-10-12 05:27:58 +00:00
parent c9964045a0
commit 0ffba31975
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339325
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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