- (djm) Fix readpassphase compilation for systems which have it

This commit is contained in:
Damien Miller 2002-05-01 22:00:22 +10:00
parent 38cd435892
commit 804357ace9
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,6 @@
20020501 20020501
- (djm) Import OpenBSD regression tests. Requires BSD make to run - (djm) Import OpenBSD regression tests. Requires BSD make to run
- (djm) Fix readpassphase compilation for systems which have it
20020429 20020429
- (tim) [contrib/caldera/openssh.spec] update fixUP to reflect changes in - (tim) [contrib/caldera/openssh.spec] update fixUP to reflect changes in
@ -524,4 +525,4 @@
- (stevesk) entropy.c: typo in debug message - (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@ - (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2090 2002/05/01 03:17:33 djm Exp $ $Id: ChangeLog,v 1.2091 2002/05/01 12:00:22 djm Exp $

View File

@ -165,7 +165,6 @@ restart:
errno = save_errno; errno = save_errno;
return(nr == -1 ? NULL : buf); return(nr == -1 ? NULL : buf);
} }
#endif /* HAVE_READPASSPHRASE */
#if 0 #if 0
char * char *
@ -179,6 +178,6 @@ getpass(const char *prompt)
static void handler(int s) static void handler(int s)
{ {
signo = s; signo = s;
} }
#endif /* HAVE_READPASSPHRASE */