diff options
author | 2001-01-16 23:58:08 +0000 | |
---|---|---|
committer | 2001-01-16 23:58:08 +0000 | |
commit | f82bf5f9dfad28a42c0f641fd7ac1b016649c4fe (patch) | |
tree | f9901a398117d3da5e9949ab230ee8d8f46ed64c /usr.bin/ssh/sshconnect.h | |
parent | fix another signal race, and check signal flags even in non-EINTR from select case (diff) | |
download | wireguard-openbsd-f82bf5f9dfad28a42c0f641fd7ac1b016649c4fe.tar.xz wireguard-openbsd-f82bf5f9dfad28a42c0f641fd7ac1b016649c4fe.zip |
indent
Diffstat (limited to 'usr.bin/ssh/sshconnect.h')
-rw-r--r-- | usr.bin/ssh/sshconnect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshconnect.h b/usr.bin/ssh/sshconnect.h index 146a65baf27..720004675b3 100644 --- a/usr.bin/ssh/sshconnect.h +++ b/usr.bin/ssh/sshconnect.h @@ -30,7 +30,7 @@ check_host_key(char *host, struct sockaddr *hostaddr, Key *host_key, void ssh_kex(char *host, struct sockaddr *hostaddr); void -ssh_userauth(const char* local_user, const char* server_user, char *host, +ssh_userauth(const char * local_user, const char * server_user, char *host, int host_key_valid, RSA *own_host_key); void ssh_kex2(char *host, struct sockaddr *hostaddr); |