diff options
author | green <green@FreeBSD.org> | 2000-12-05 03:01:33 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-12-05 03:01:33 +0000 |
commit | 41efee08a3b756ca95bc321d6b4fb7995eaa2e36 (patch) | |
tree | c1ff3ce548b9c7651f75e19522373dd5d6cc64d7 /secure/lib/libssh | |
parent | ab6b35a1d6b61fa8d2bb7336a0ef6fa9378898ef (diff) | |
download | FreeBSD-src-41efee08a3b756ca95bc321d6b4fb7995eaa2e36.zip FreeBSD-src-41efee08a3b756ca95bc321d6b4fb7995eaa2e36.tar.gz |
Update for OpenSSH 2.3.0.
Diffstat (limited to 'secure/lib/libssh')
-rw-r--r-- | secure/lib/libssh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 3c3e0b6..f13800b 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -8,7 +8,8 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ cipher.c compat.c compress.c crc32.c deattack.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 + key.c dispatch.c dsa.c kex.c hmac.c uuencode.c util.c \ + cli.c rijndael.c NOPIC= yes @@ -36,5 +37,5 @@ CFLAGS+= -DKRB5 CFLAGS+= -DSKEY DPADD+= ${LIBOPIE} LDADD+= -lopie -SRCS+= auth-skey.c +SRCS+= auth-skey.c auth2-skey.c .include <bsd.lib.mk> |