Home
last modified time | relevance | path

Searched refs:askpass_hint (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dreadpass.c128 const char *askpass_hint = NULL, *askpass = NULL; in read_passphrase() local
182 askpass_hint = "confirm"; in read_passphrase()
183 if ((ret = ssh_askpass(askpass, prompt, askpass_hint)) == NULL) in read_passphrase()