diff options
author | 2000-12-27 12:34:49 +0000 | |
---|---|---|
committer | 2000-12-27 12:34:49 +0000 | |
commit | 52e62b704854a4702d0d37b67f045336c7777341 (patch) | |
tree | 791d7eacc831cb2f6d708604a97159de29a3919a /usr.bin/ssh/sshconnect2.c | |
parent | new option: HostKeyAlias: allows the user to record the host key (diff) | |
download | wireguard-openbsd-52e62b704854a4702d0d37b67f045336c7777341.tar.xz wireguard-openbsd-52e62b704854a4702d0d37b67f045336c7777341.zip |
typo
Diffstat (limited to 'usr.bin/ssh/sshconnect2.c')
-rw-r--r-- | usr.bin/ssh/sshconnect2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshconnect2.c b/usr.bin/ssh/sshconnect2.c index aee547fbee6..34d72818f3d 100644 --- a/usr.bin/ssh/sshconnect2.c +++ b/usr.bin/ssh/sshconnect2.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshconnect2.c,v 1.33 2000/12/20 19:37:22 markus Exp $"); +RCSID("$OpenBSD: sshconnect2.c,v 1.34 2000/12/27 12:34:50 markus Exp $"); #include <openssl/bn.h> #include <openssl/rsa.h> @@ -548,7 +548,7 @@ ssh_userauth2(const char *server_user, char *host) if (authctxt.agent != NULL) ssh_close_authentication_connection(authctxt.agent); - debug("ssh-userauth2 successfull: method %s", authctxt.method->name); + debug("ssh-userauth2 successful: method %s", authctxt.method->name); } void input_userauth_error(int type, int plen, void *ctxt) |