From 3b7f13a03b86560fccbf285b038740a6721c6d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 7 Jan 2004 11:59:52 +0000 Subject: [PATCH] Previous commit erroneously listed some sources with .o suffixes. --- secure/lib/libssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 2315f27af265..2acd5cdda6ee 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -2,7 +2,7 @@ LIB= ssh SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ - cipher.c cipher-aes.o cipher-bf1.o cipher-ctr.o cipher-3des1.o \ + cipher.c cipher-aes.c cipher-bf1.c cipher-ctr.c cipher-3des1.c \ compat.c compress.c crc32.c deattack.c fatal.c \ hostfile.c log.c match.c moduli.c mpaux.c nchan.c packet.c \ readpass.c rsa.c tildexpand.c ttymodes.c xmalloc.c atomicio.c \