diff options
author | des <des@FreeBSD.org> | 2004-02-26 11:26:46 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-02-26 11:26:46 +0000 |
commit | ac19f1d43ea986aa252942a5c9d27a8ebab70ae7 (patch) | |
tree | 3a710fcd34651b583f191ca46e9c2d03300eafbc /secure/lib/libssh/Makefile | |
parent | c05d4b9b43a966243d093e17bb58a5f04e3620d2 (diff) | |
download | FreeBSD-src-ac19f1d43ea986aa252942a5c9d27a8ebab70ae7.zip FreeBSD-src-ac19f1d43ea986aa252942a5c9d27a8ebab70ae7.tar.gz |
Update for 3.8p1, including workaround for a bug in gss-genr.c.
Diffstat (limited to 'secure/lib/libssh/Makefile')
-rw-r--r-- | secure/lib/libssh/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 3931c86..3fe9175 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -1,17 +1,18 @@ # $FreeBSD$ LIB= ssh -SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ - 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 \ - key.c dispatch.c kex.c mac.c uuencode.c misc.c \ +SRCS= acss.c authfd.c authfile.c bufaux.c buffer.c \ + canohost.c channels.c cipher.c cipher-acss.c cipher-aes.c \ + cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.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 key.c dispatch.c kex.c mac.c uuencode.c misc.c \ rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \ kexdhc.c kexgexc.c scard.c msg.c progressmeter.c dns.c \ - entropy.c scard-opensc.c gss-genr.c + entropy.c scard-opensc.c # Portability layer -SRCS+= bsd-misc.c vis.c xcrypt.c xmmap.c +SRCS+= bsd-misc.c getrrsetbyname.c vis.c xcrypt.c xmmap.c # FreeBSD additions SRCS+= version.c |