summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/lib
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-05-04 03:57:05 +0000
committergreen <green@FreeBSD.org>2001-05-04 03:57:05 +0000
commit8acd87ac472a182ef2d717212f2c0faba81143a5 (patch)
tree8070a266de2673f242df1ac3c19ad277bbd7e0f6 /crypto/openssh/lib
parent5bcde1229c897d3a1ecba9ae48d888c773877ad9 (diff)
downloadFreeBSD-src-8acd87ac472a182ef2d717212f2c0faba81143a5.zip
FreeBSD-src-8acd87ac472a182ef2d717212f2c0faba81143a5.tar.gz
Say "hi" to the latest in the OpenSSH series, version 2.9!
Happy birthday to: rwatson
Diffstat (limited to 'crypto/openssh/lib')
-rw-r--r--crypto/openssh/lib/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/openssh/lib/Makefile b/crypto/openssh/lib/Makefile
index 396186b..fbcd66f 100644
--- a/crypto/openssh/lib/Makefile
+++ b/crypto/openssh/lib/Makefile
@@ -1,3 +1,5 @@
+# $OpenBSD: Makefile,v 1.22 2001/04/03 19:53:30 markus Exp $
+
.PATH: ${.CURDIR}/..
LIB= ssh
@@ -5,8 +7,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 \
- cli.c rijndael.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
NOPROFILE= yes
NOPIC= yes
OpenPOWER on IntegriCloud