]> andersk Git - openssh.git/commitdiff
- (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c]
authordjm <djm>
Sat, 5 Aug 2006 02:49:30 +0000 (02:49 +0000)
committerdjm <djm>
Sat, 5 Aug 2006 02:49:30 +0000 (02:49 +0000)
   remove last traces of bufaux.h - it was merged into buffer.h in the big
   includes.h commit

ChangeLog
auth-pam.c
auth.c
entropy.c
openbsd-compat/port-tun.c

index ad2eadb6fa5cf4df0da59fdc039797b5b9fdea92..145da320ebb08ec5e4b022997db87b720b664c0f 100644 (file)
--- 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
index a67eaa309dc4daeb88a4034bfd926b32b649f329..6951984930fcec86aa2daa6ae0de2de4831a6754 100644 (file)
@@ -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 fba32eb96558bd0192a58a921f267b309c58b6c8..f2aee8fdb084dcdb58a421cb5bb970775c87c178 100644 (file)
--- 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
index b98e3c8597d22c290e96088f1893467060cd8244..f0331a84e52e919596ae047814e794a8848b49c6 100644 (file)
--- 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:
index f6a6aa9e1267d67c4ce973b24c08f0c1ac2e119b..d2ea0387455e6200dd66304c8c7fbd4d51cd4b9e 100644 (file)
@@ -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
This page took 1.172786 seconds and 5 git commands to generate.