KRB5_PROMPT_TYPE_PASSWORD
prompt.type = KRB5_PROMPT_TYPE_PASSWORD;
prompt.type = KRB5_PROMPT_TYPE_PASSWORD;
if (ptypes != NULL && ptypes[i] == KRB5_PROMPT_TYPE_PASSWORD)
prompt_type = KRB5_PROMPT_TYPE_PASSWORD;
krb5_prompt_type ptypes[] = { KRB5_PROMPT_TYPE_PASSWORD };