whitespace sync, cleanup
This commit is contained in:
parent
f7ffab3ca8
commit
12aaa04e96
1
auth1.c
1
auth1.c
|
@ -293,7 +293,6 @@ do_authloop(Authctxt *authctxt)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SSH_CMSG_AUTH_TIS_RESPONSE:
|
case SSH_CMSG_AUTH_TIS_RESPONSE:
|
||||||
debug("rcvd SSH_CMSG_AUTH_TIS_RESPONSE");
|
debug("rcvd SSH_CMSG_AUTH_TIS_RESPONSE");
|
||||||
if (options.challenge_reponse_authentication == 1) {
|
if (options.challenge_reponse_authentication == 1) {
|
||||||
|
|
Loading…
Reference in New Issue