summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sshlogin.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e0590dccb..01bcf22e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
9 [authfd.c scp.c ssh-keyscan.c] 9 [authfd.c scp.c ssh-keyscan.c]
10 use atomicio instead of homegrown equivalents or read/write. 10 use atomicio instead of homegrown equivalents or read/write.
11 markus@ ok 11 markus@ ok
12 - djm@cvs.openbsd.org 2004/08/12 09:18:24
13 [sshlogin.c]
14 typo in error message, spotted by moritz AT jodeit.org (Id sync only)
12 15
1320040812 1620040812
14 - (dtucker) [sshd.c] Remove duplicate variable imported during sync. 17 - (dtucker) [sshd.c] Remove duplicate variable imported during sync.
@@ -1606,4 +1609,4 @@
1606 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1609 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1607 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1610 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1608 1611
1609$Id: ChangeLog,v 1.3500 2004/08/13 11:19:37 dtucker Exp $ 1612$Id: ChangeLog,v 1.3501 2004/08/13 11:21:47 dtucker Exp $
diff --git a/sshlogin.c b/sshlogin.c
index b82c45c5c..15eb916d1 100644
--- a/sshlogin.c
+++ b/sshlogin.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: sshlogin.c,v 1.12 2004/08/11 12:01:16 djm Exp $"); 42RCSID("$OpenBSD: sshlogin.c,v 1.13 2004/08/12 09:18:24 djm Exp $");
43 43
44#include "loginrec.h" 44#include "loginrec.h"
45#include "log.h" 45#include "log.h"