diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-03-18 10:20:33 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-03-18 10:20:33 +0000 |
| commit | 8f7701469ef5a7e5151c5c7391778618099be83c (patch) | |
| tree | 93890f4f8af53534e97ba87c80fb4cb95449abc5 /secure/lib/libssh/Makefile | |
| parent | 12868dc6bbda4b8ad8a97de368afe3293ca3064a (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssh/Makefile')
| -rw-r--r-- | secure/lib/libssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 47c841797020..9b1e19cf5584 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -3,11 +3,11 @@ 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 \ + cipher.c compat.c compress.c crc32.c deattack.c fatal.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 kex.c mac.c uuencode.c misc.c \ - cli.c rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \ + rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \ version.c .if defined(COMPAT_GETADDRINFO) |
