summaryrefslogtreecommitdiff
path: root/openbsd-compat/readpassphrase.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-04-17 20:57:34 +0100
committerColin Watson <cjwatson@debian.org>2020-04-18 09:48:21 +0100
commitdf7226c4b684fd229dc046388225c69ded877721 (patch)
treee69014e1ee868c4ec178b8a36baae7de31786beb /openbsd-compat/readpassphrase.h
parentf794345c2d734f593da8ed7754e5dbb5809c688d (diff)
parent75073d0a8478441cc97a6efa10b566c5fb1dac81 (diff)
Update upstream source from tag 'upstream/1.4.0'
Update to upstream version '1.4.0' with Debian dir 64889867df57bd13ea0cb964223697d378d391ce
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. */