summaryrefslogtreecommitdiff
path: root/openbsd-compat/readpassphrase.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/readpassphrase.h')
-rw-r--r--openbsd-compat/readpassphrase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/readpassphrase.h b/openbsd-compat/readpassphrase.h
index 0c4a59e..e4451f3 100644
--- a/openbsd-compat/readpassphrase.h
+++ b/openbsd-compat/readpassphrase.h
@@ -27,6 +27,8 @@
27 27
28#ifndef HAVE_READPASSPHRASE 28#ifndef HAVE_READPASSPHRASE
29 29
30#include <stdlib.h>
31
30#define RPP_ECHO_OFF 0x00 /* Turn off echo (default). */ 32#define RPP_ECHO_OFF 0x00 /* Turn off echo (default). */
31#define RPP_ECHO_ON 0x01 /* Leave echo on. */ 33#define RPP_ECHO_ON 0x01 /* Leave echo on. */
32#define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */ 34#define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */