if (private != NULL)
break;
clear_pass();
strlcpy(msg, "Bad passphrase, try again: ", sizeof msg);
snprintf(msg, sizeof msg, "Bad passphrase, try again for %.200s: ",
comment);
}