summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--auth-rh-rsa.c3
-rw-r--r--auth2.c3
3 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 93cabb88f..e96d7a1b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,9 @@
36 - markus@cvs.openbsd.org 2001/11/07 22:12:01 36 - markus@cvs.openbsd.org 2001/11/07 22:12:01
37 [sshd.8] 37 [sshd.8]
38 s/Keepalive/KeepAlive/; from openbsd@davidkrause.com 38 s/Keepalive/KeepAlive/; from openbsd@davidkrause.com
39 - markus@cvs.openbsd.org 2001/11/07 22:41:51
40 [auth2.c auth-rh-rsa.c]
41 unused includes
39 42
4020011109 4320011109
41 - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK) 44 - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
@@ -6845,4 +6848,4 @@
6845 - Wrote replacements for strlcpy and mkdtemp 6848 - Wrote replacements for strlcpy and mkdtemp
6846 - Released 1.0pre1 6849 - Released 1.0pre1
6847 6850
6848$Id: ChangeLog,v 1.1645 2001/11/12 00:04:05 djm Exp $ 6851$Id: ChangeLog,v 1.1646 2001/11/12 00:04:28 djm Exp $
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c
index 5bca5a970..8a486b330 100644
--- a/auth-rh-rsa.c
+++ b/auth-rh-rsa.c
@@ -13,7 +13,7 @@
13 */ 13 */
14 14
15#include "includes.h" 15#include "includes.h"
16RCSID("$OpenBSD: auth-rh-rsa.c,v 1.25 2001/06/23 03:04:42 markus Exp $"); 16RCSID("$OpenBSD: auth-rh-rsa.c,v 1.26 2001/11/07 22:41:51 markus Exp $");
17 17
18#include "packet.h" 18#include "packet.h"
19#include "xmalloc.h" 19#include "xmalloc.h"
@@ -24,7 +24,6 @@ RCSID("$OpenBSD: auth-rh-rsa.c,v 1.25 2001/06/23 03:04:42 markus Exp $");
24#include "hostfile.h" 24#include "hostfile.h"
25#include "pathnames.h" 25#include "pathnames.h"
26#include "auth.h" 26#include "auth.h"
27#include "tildexpand.h"
28#include "canohost.h" 27#include "canohost.h"
29 28
30/* 29/*
diff --git a/auth2.c b/auth2.c
index c0ed36213..eb04ae75b 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth2.c,v 1.71 2001/09/27 15:31:17 markus Exp $"); 26RCSID("$OpenBSD: auth2.c,v 1.72 2001/11/07 22:41:51 markus Exp $");
27 27
28#include <openssl/evp.h> 28#include <openssl/evp.h>
29 29
@@ -50,7 +50,6 @@ RCSID("$OpenBSD: auth2.c,v 1.71 2001/09/27 15:31:17 markus Exp $");
50#include "misc.h" 50#include "misc.h"
51#include "hostfile.h" 51#include "hostfile.h"
52#include "canohost.h" 52#include "canohost.h"
53#include "tildexpand.h"
54#include "match.h" 53#include "match.h"
55 54
56/* import */ 55/* import */