From 718acf91af82f2534b7b65648e443070e76f7f60 Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Thu, 3 May 2001 00:45:03 +0000 Subject: [PATCH] Add the new version.c to libssh. --- 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 f10d110ad92b..eb5236ede827 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -7,7 +7,7 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.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 \ key.c dispatch.c dsa.c kex.c hmac.c uuencode.c util.c \ - cli.c rijndael.c + cli.c rijndael.c version.c NOPIC= yes INTERNALLIB= yes