diff options
author | 2002-03-25 09:25:06 +0000 | |
---|---|---|
committer | 2002-03-25 09:25:06 +0000 | |
commit | 003f7556b61fd6ec40a11076fd705c8f4ff51896 (patch) | |
tree | 3f404b03349af524fa66b824138d3e47d7e7cc0a | |
parent | return 0 (not NULL); tomh@po.crl.go.jp (diff) | |
download | wireguard-openbsd-003f7556b61fd6ec40a11076fd705c8f4ff51896.tar.xz wireguard-openbsd-003f7556b61fd6ec40a11076fd705c8f4ff51896.zip |
rm bogus comment
-rw-r--r-- | usr.bin/ssh/auth-rh-rsa.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/ssh/auth-rh-rsa.c b/usr.bin/ssh/auth-rh-rsa.c index 75fd0b257ad..d7848d04c4d 100644 --- a/usr.bin/ssh/auth-rh-rsa.c +++ b/usr.bin/ssh/auth-rh-rsa.c @@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-rh-rsa.c,v 1.33 2002/03/19 10:49:35 markus Exp $"); +RCSID("$OpenBSD: auth-rh-rsa.c,v 1.34 2002/03/25 09:25:06 markus Exp $"); #include "packet.h" #include "uidswap.h" @@ -30,11 +30,6 @@ RCSID("$OpenBSD: auth-rh-rsa.c,v 1.33 2002/03/19 10:49:35 markus Exp $"); /* import */ extern ServerOptions options; -/* - * Tries to authenticate the user using the .rhosts file and the host using - * its host key. Returns true if authentication succeeds. - */ - int auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost, Key *client_host_key) |