From 60d4791e244d788bcb29871ccf6ed170542c0fe5 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 24 Feb 2000 22:39:24 +0000 Subject: Remove port components not needed in 4.n+ Submitted by: Half the freaking planet.... --- secure/lib/libssh/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'secure') diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 563a156..f0e338c 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -7,8 +7,7 @@ LIB= ssh SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ cipher.c compat.c compress.c crc32.c deattack.c fingerprint.c \ hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \ - rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \ - strlcat.c strlcpy.c + rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c NOPIC= yes -- cgit v1.1