Skip to content

Commit

Permalink
Add libssl to libldns for DANE.
Browse files Browse the repository at this point in the history
Approved by:	re (gjb)
  • Loading branch information
dag-erling committed Oct 12, 2018
1 parent c996404 commit 0ffba31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/libldns/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion share/mk/src.libnames.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ffba31

Please sign in to comment.