summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-01-18 17:12:44 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-01-18 17:12:44 +0000
commit8dc6f7494792459cb3f382bfdf78a16fc74acc7d (patch)
treebbbbe71fdf6cf17f3f9a8875e89cf0d49308dd6f /usr.bin/ssh/sshd
parent7132bfd52ca0f18bb1e926d3b0da86f89f55a3f5 (diff)
rename *-skey.c *-chall.c since the files are not skey specific
Diffstat (limited to 'usr.bin/ssh/sshd')
-rw-r--r--usr.bin/ssh/sshd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile
index 20b52da6a40..66e93db58d5 100644
--- a/usr.bin/ssh/sshd/Makefile
+++ b/usr.bin/ssh/sshd/Makefile
@@ -10,7 +10,7 @@ CFLAGS+=-DHAVE_LOGIN_CAP
SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
pty.c log-server.c login.c servconf.c serverloop.c \
auth.c auth1.c auth2.c auth-options.c session.c dh.c \
- auth-skey.c auth2-skey.c groupaccess.c
+ auth-chall.c auth2-chall.c groupaccess.c
.include <bsd.own.mk> # for KERBEROS and AFS