summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--openbsd-compat/readpassphrase.c3
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b5dfa5009..bc4d6d63c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
120020501 120020501
2 - (djm) Import OpenBSD regression tests. Requires BSD make to run 2 - (djm) Import OpenBSD regression tests. Requires BSD make to run
3 - (djm) Fix readpassphase compilation for systems which have it
3 4
420020429 520020429
5 - (tim) [contrib/caldera/openssh.spec] update fixUP to reflect changes in 6 - (tim) [contrib/caldera/openssh.spec] update fixUP to reflect changes in
@@ -524,4 +525,4 @@
524 - (stevesk) entropy.c: typo in debug message 525 - (stevesk) entropy.c: typo in debug message
525 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 526 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
526 527
527$Id: ChangeLog,v 1.2090 2002/05/01 03:17:33 djm Exp $ 528$Id: ChangeLog,v 1.2091 2002/05/01 12:00:22 djm Exp $
diff --git a/openbsd-compat/readpassphrase.c b/openbsd-compat/readpassphrase.c
index 768771037..8c2f5f841 100644
--- a/openbsd-compat/readpassphrase.c
+++ b/openbsd-compat/readpassphrase.c
@@ -165,7 +165,6 @@ restart:
165 errno = save_errno; 165 errno = save_errno;
166 return(nr == -1 ? NULL : buf); 166 return(nr == -1 ? NULL : buf);
167} 167}
168#endif /* HAVE_READPASSPHRASE */
169 168
170#if 0 169#if 0
171char * 170char *
@@ -179,6 +178,6 @@ getpass(const char *prompt)
179 178
180static void handler(int s) 179static void handler(int s)
181{ 180{
182
183 signo = s; 181 signo = s;
184} 182}
183#endif /* HAVE_READPASSPHRASE */