From 610201f50fdb0594e9885594b69e4ee69c71dd08 Mon Sep 17 00:00:00 2001 From: des Date: Sun, 23 Jun 2002 14:01:54 +0000 Subject: Vendor import of OpenSSH 3.3. --- crypto/openssh/readpass.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/openssh/readpass.h') diff --git a/crypto/openssh/readpass.h b/crypto/openssh/readpass.h index 229973c..a45d32f 100644 --- a/crypto/openssh/readpass.h +++ b/crypto/openssh/readpass.h @@ -1,4 +1,4 @@ -/* $OpenBSD: readpass.h,v 1.6 2001/06/26 17:27:24 markus Exp $ */ +/* $OpenBSD: readpass.h,v 1.7 2002/03/26 15:58:46 markus Exp $ */ /* * Author: Tatu Ylonen @@ -14,5 +14,6 @@ #define RP_ECHO 0x0001 #define RP_ALLOW_STDIN 0x0002 +#define RP_ALLOW_EOF 0x0004 char *read_passphrase(const char *, int); -- cgit v1.1