summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-06-21 16:05:12 +1000
committerDamien Miller <djm@mindrot.org>2002-06-21 16:05:12 +1000
commit444f9fca60cb9f331e5add08bf398aaa47dd3ed6 (patch)
tree0983a6f9968ecc01c257d760779aed4437068806
parent2d6b83353b3ec804e24bbb48ab5c7dd54b1690bf (diff)
- ID sync for auth-passwd.c
-rw-r--r--ChangeLog4
-rw-r--r--auth-passwd.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c7333bd59..e19e8d6db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@
4 [monitor.c] 4 [monitor.c]
5 Don't initialise compression buffers when compression=no in sshd_config; 5 Don't initialise compression buffers when compression=no in sshd_config;
6 ok Niels@ 6 ok Niels@
7 7 - ID sync for auth-passwd.c
8 8
920020620 920020620
10 - (bal) Fixed AIX environment handling, use setpcred() instead of existing 10 - (bal) Fixed AIX environment handling, use setpcred() instead of existing
@@ -994,4 +994,4 @@
994 - (stevesk) entropy.c: typo in debug message 994 - (stevesk) entropy.c: typo in debug message
995 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 995 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
996 996
997$Id: ChangeLog,v 1.2235 2002/06/21 05:59:49 djm Exp $ 997$Id: ChangeLog,v 1.2236 2002/06/21 06:05:12 djm Exp $
diff --git a/auth-passwd.c b/auth-passwd.c
index 8107e723f..17bbd2ceb 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -36,7 +36,7 @@
36 */ 36 */
37 37
38#include "includes.h" 38#include "includes.h"
39RCSID("$OpenBSD: auth-passwd.c,v 1.26 2002/05/10 02:30:12 mouring Exp $"); 39RCSID("$OpenBSD: auth-passwd.c,v 1.27 2002/05/24 16:45:16 stevesk Exp $");
40 40
41#include "packet.h" 41#include "packet.h"
42#include "log.h" 42#include "log.h"