Print this page
don't pass in lint libraries which no longer exist

@@ -33,11 +33,13 @@
 SRCS =          $(OBJS:.o=.c)
 
 include ../../Makefile.cmd
 include ../Makefile.ssh-common
 
-LDLIBS +=       $(SSH_COMMON_LDLIBS) -lsocket -lcrypto -ltecla
+LDLIBS +=       $(SSH_COMMON_LDLIBS) -lsocket -ltecla
+# libcrypto has no lint library, so we can only use it when building
+$(PROG) := LDLIBS += -lcrypto
 
 POFILE_DIR =    ..
 
 .KEEP_STATE: