summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2006-09-30 13:41:26 +0000
committerdes <des@FreeBSD.org>2006-09-30 13:41:26 +0000
commit16ff11ca6a4c5631862ba9c03748413fb7de1af8 (patch)
treea643ffd3afb62c91932b385cc219d20c41ec4e8f /secure
parent0824f0c0e7b81b58ede6cbed7875f47c561256e9 (diff)
downloadFreeBSD-src-16ff11ca6a4c5631862ba9c03748413fb7de1af8.zip
FreeBSD-src-16ff11ca6a4c5631862ba9c03748413fb7de1af8.tar.gz
Update for OpenSSH 4.4p1.
MFC after: 1 week
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libssh/Makefile4
-rw-r--r--secure/usr.sbin/sshd/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 3a164bd..738d10f 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -4,11 +4,11 @@
LIB= ssh
SHLIB_MAJOR= 3
-SRCS= acss.c authfd.c authfile.c bufaux.c buffer.c \
+SRCS= acss.c authfd.c authfile.c bufaux.c bufbn.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 nchan.c packet.c \
+ log.c match.c md-sha256.c moduli.c nchan.c packet.c \
readpass.c rsa.c ttymodes.c xmalloc.c \
atomicio.c key.c dispatch.c kex.c mac.c uidswap.c uuencode.c misc.c \
monitor_fdpass.c rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c \
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index 18d5866..ddafee0 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -14,7 +14,7 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
auth-krb5.c \
auth2-gss.c gss-serv.c gss-serv-krb5.c \
loginrec.c auth-pam.c auth-shadow.c auth-sia.c md5crypt.c \
- audit.c audit-bsm.c \
+ audit.c audit-bsm.c platform.c \
gss-genr.c
# gss-genr.c really belongs in libssh; see src/secure/lib/libssh/Makefile
OpenPOWER on IntegriCloud