diff options
author | kris <kris@FreeBSD.org> | 2000-05-15 05:26:50 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-05-15 05:26:50 +0000 |
commit | 45c7889547651df909ccf05be4ef51b4a7577bb6 (patch) | |
tree | 4c1c784f88ac77aa23b4067f876666544f059595 /secure/lib | |
parent | a632b4789caf015f977f45e2d106cc00efa1239f (diff) | |
download | FreeBSD-src-45c7889547651df909ccf05be4ef51b4a7577bb6.zip FreeBSD-src-45c7889547651df909ccf05be4ef51b4a7577bb6.tar.gz |
Update for OpenSSH 2.1
Diffstat (limited to 'secure/lib')
-rw-r--r-- | secure/lib/libssh/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index f0e338c..93a4515 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -7,7 +7,8 @@ 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 fingerprint.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 + rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \ + key.c dispatch.c dsa.c kex.c hmac.c uuencode.c NOPIC= yes @@ -32,4 +33,8 @@ CFLAGS+= -DKRB4 CFLAGS+= -DKRB5 .endif # MAKE_KERBEROS5 +CFLAGS+= -DSKEY +DPADD+= ${LIBOPIE} +LDADD+= -lopie +SRCS+= auth-skey.c .include <bsd.lib.mk> |