View | Details | Raw Unified | Return to bug 193496 | Differences between
and this patch

Collapse All | Expand All

(-)b/sbin/geom/class/eli/geom_eli.c (-2 / +1 lines)
Lines 435-441 eli_genkey_passphrase_prompt(struct gctl_req *req, bool new, char *passbuf, Link Here
435
		if (new) {
435
		if (new) {
436
			char tmpbuf[BUFSIZE];
436
			char tmpbuf[BUFSIZE];
437
437
438
			p = readpassphrase("Reenter new passphrase: ",
438
			p = readpassphrase("Reenter new passphrase:",
439
			    tmpbuf, sizeof(tmpbuf),
439
			    tmpbuf, sizeof(tmpbuf),
440
			    RPP_ECHO_OFF | RPP_REQUIRE_TTY);
440
			    RPP_ECHO_OFF | RPP_REQUIRE_TTY);
441
			if (p == NULL) {
441
			if (p == NULL) {
442
- 

Return to bug 193496