diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-01-18 17:12:44 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-01-18 17:12:44 +0000 |
commit | 8dc6f7494792459cb3f382bfdf78a16fc74acc7d (patch) | |
tree | bbbbe71fdf6cf17f3f9a8875e89cf0d49308dd6f | |
parent | 7132bfd52ca0f18bb1e926d3b0da86f89f55a3f5 (diff) |
rename *-skey.c *-chall.c since the files are not skey specific
-rw-r--r-- | usr.bin/ssh/auth-chall.c (renamed from usr.bin/ssh/auth-skey.c) | 2 | ||||
-rw-r--r-- | usr.bin/ssh/auth2-chall.c (renamed from usr.bin/ssh/auth2-skey.c) | 2 | ||||
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/auth-skey.c b/usr.bin/ssh/auth-chall.c index 156fee41ea3..e02e99d36a6 100644 --- a/usr.bin/ssh/auth-skey.c +++ b/usr.bin/ssh/auth-chall.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-skey.c,v 1.10 2001/01/18 16:59:59 markus Exp $"); +RCSID("$OpenBSD: auth-chall.c,v 1.1 2001/01/18 17:12:43 markus Exp $"); #include "ssh.h" #include "auth.h" diff --git a/usr.bin/ssh/auth2-skey.c b/usr.bin/ssh/auth2-chall.c index 7339ff01b74..77294f4b895 100644 --- a/usr.bin/ssh/auth2-skey.c +++ b/usr.bin/ssh/auth2-chall.c @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -RCSID("$OpenBSD: auth2-skey.c,v 1.3 2001/01/18 16:59:59 markus Exp $"); +RCSID("$OpenBSD: auth2-chall.c,v 1.1 2001/01/18 17:12:43 markus Exp $"); #include "ssh.h" #include "ssh2.h" 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 |