From f6d2dac36d26e04960f61b0a7e6a114318f111b8 Mon Sep 17 00:00:00 2001 From: millert <> Date: Fri, 28 Jun 2002 12:32:22 +0000 Subject: [PATCH] define RPP_STDIN; missed in previous commit --- src/include/readpassphrase.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/readpassphrase.h b/src/include/readpassphrase.h index 8d0b47b9..fb1563e0 100644 --- a/src/include/readpassphrase.h +++ b/src/include/readpassphrase.h @@ -1,4 +1,4 @@ -/* $OpenBSD: readpassphrase.h,v 1.2 2002/02/16 21:27:17 millert Exp $ */ +/* $OpenBSD: readpassphrase.h,v 1.3 2002/06/28 12:32:22 millert Exp $ */ /* * Copyright (c) 2000 Todd C. Miller @@ -36,6 +36,7 @@ #define RPP_FORCELOWER 0x04 /* Force input to lower case. */ #define RPP_FORCEUPPER 0x08 /* Force input to upper case. */ #define RPP_SEVENBIT 0x10 /* Strip the high bit from input. */ +#define RPP_STDIN 0x20 /* Read from stdin, not /dev/tty */ #include