X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/12408a1b16c3ce5b7e203bec879ceb3d67ae09a8..c8b33f201dc1568673002a11f4307700e502d0d6:/openssh/openbsd-compat/readpassphrase.h diff --git a/openssh/openbsd-compat/readpassphrase.h b/openssh/openbsd-compat/readpassphrase.h index 178edf3..9077b6e 100644 --- a/openssh/openbsd-compat/readpassphrase.h +++ b/openssh/openbsd-compat/readpassphrase.h @@ -1,6 +1,4 @@ -/* OPENBSD ORIGINAL: include/readpassphrase.h */ - -/* $OpenBSD: readpassphrase.h,v 1.3 2002/06/28 12:32:22 millert Exp $ */ +/* $OpenBSD: readpassphrase.h,v 1.1 2000/11/21 00:48:38 millert Exp $ */ /* * Copyright (c) 2000 Todd C. Miller @@ -42,9 +40,8 @@ #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 */ -char * readpassphrase(const char *, char *, size_t, int); +char *readpassphrase(const char *, char *, size_t, int); #endif /* HAVE_READPASSPHRASE */