*/
if (options.strict_host_key_checking !=
SSH_STRICT_HOSTKEY_OFF) {
error("%s host key for %.200s has changed and you have "
error("Host key for %.200s has changed and you have "
"requested strict checking.", type, host);
"requested strict checking.", host);
goto fail;
}