summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-08-05 12:49:30 +1000
committerDamien Miller <djm@mindrot.org>2006-08-05 12:49:30 +1000
commit4cbfe8ebebb1fb345bddab629768ad95885846d6 (patch)
treef60c58161c0e33a6a981314558a9fcc2a5432bd2
parent2ab323e0bd531926542784fdada06358d52cc020 (diff)
- (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c]
remove last traces of bufaux.h - it was merged into buffer.h in the big includes.h commit
-rw-r--r--ChangeLog5
-rw-r--r--auth-pam.c1
-rw-r--r--auth.c1
-rw-r--r--entropy.c1
-rw-r--r--openbsd-compat/port-tun.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f859f08a..57c9d022 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -86,6 +86,9 @@
[monitor.c session.c ssh-agent.c]
spaces
- (djm) [auth-pam.c defines.h] Move PAM related bits to auth-pam.c
+ - (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c]
+ remove last traces of bufaux.h - it was merged into buffer.h in the big
+ includes.h commit
20060804
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
@@ -5156,4 +5159,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.4454 2006/08/05 02:43:32 djm Exp $
+$Id: ChangeLog,v 1.4455 2006/08/05 02:49:30 djm Exp $
diff --git a/auth-pam.c b/auth-pam.c
index a67eaa30..69519849 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -81,7 +81,6 @@
#include "auth.h"
#include "auth-pam.h"
#include "buffer.h"
-#include "bufaux.h"
#include "canohost.h"
#include "log.h"
#include "monitor_wrap.h"
diff --git a/auth.c b/auth.c
index fba32eb9..f2aee8fd 100644
--- a/auth.c
+++ b/auth.c
@@ -60,7 +60,6 @@
#include "canohost.h"
#include "uidswap.h"
#include "misc.h"
-#include "bufaux.h"
#include "packet.h"
#include "loginrec.h"
#ifdef GSSAPI
diff --git a/entropy.c b/entropy.c
index b98e3c85..f0331a84 100644
--- a/entropy.c
+++ b/entropy.c
@@ -46,7 +46,6 @@
#include "pathnames.h"
#include "log.h"
#include "buffer.h"
-#include "bufaux.h"
/*
* Portable OpenSSH PRNG seeding:
diff --git a/openbsd-compat/port-tun.c b/openbsd-compat/port-tun.c
index f6a6aa9e..d2ea0387 100644
--- a/openbsd-compat/port-tun.c
+++ b/openbsd-compat/port-tun.c
@@ -28,7 +28,7 @@
#include "log.h"
#include "misc.h"
-#include "bufaux.h"
+#include "buffer.h"
/*
* This is the portable version of the SSH tunnel forwarding, it