Home | History | Annotate | Download | only in racoon

Lines Matching full:getpass

666 		if ((key = getpass("Password: ")) == NULL)
667 errx(1, "getpass() failed: %s", strerror(errno));