diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2004-08-23 14:26:40 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2004-08-23 14:26:40 +0000 |
commit | 17cb1fbe6399cd5ac99f79899ba1dda706b35037 (patch) | |
tree | 8b02411d6e23f8495acdf962816437d88d4bd9fe /usr.bin/ssh/sshd | |
parent | e1419ce8a95888d0d9c7e6a42d394a1414de81c2 (diff) |
Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches
change in Portable; ok markus@
Diffstat (limited to 'usr.bin/ssh/sshd')
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile index bf721834534..cbdca8e39cd 100644 --- a/usr.bin/ssh/sshd/Makefile +++ b/usr.bin/ssh/sshd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.63 2004/06/13 15:03:02 djm Exp $ +# $OpenBSD: Makefile,v 1.64 2004/08/23 14:26:39 dtucker Exp $ .PATH: ${.CURDIR}/.. @@ -10,7 +10,7 @@ MAN= sshd.8 sshd_config.5 CFLAGS+=-DHAVE_LOGIN_CAP -DBSD_AUTH SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ - sshpty.c sshlogin.c servconf.c serverloop.c uidswap.c \ + sshpty.c sshlogin.c servconf.c serverloop.c \ auth.c auth1.c auth2.c auth-options.c session.c \ auth-chall.c auth2-chall.c groupaccess.c \ auth-skey.c auth-bsdauth.c auth2-hostbased.c auth2-kbdint.c \ |