Print this page
4853 illumos-gate is not lint-clean when built with openssl 1.0 (initial commit, openssl 1.0.1h)

@@ -30,11 +30,11 @@
 
 include ../Makefile.com
 
 CMNDIR  = $(CMNNETDIR)/wanboot
 SRCS    = $(LOCOBJS:%.o=$(SRCDIR)/%.c) $(CMNOBJS:%.o=$(CMNDIR)/%.c)
-LDLIBS += -lcrypto -lsock -linet -lssl -lnvpair
+LDLIBS += -lsunw_crypto -lsock -linet -lsunw_ssl -lnvpair
 
 CPPFLAGS += -I$(CMNNETDIR)/dhcp -I$(TOPDIR)/common/net/wanboot/crypt \
         -I../inet $(DHCPCPPFLAGS) $(SOCKCPPFLAGS)
 
 #