diff options
author | Damien Miller <djm@mindrot.org> | 2006-08-05 04:49:30 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-08-05 04:49:30 +0200 |
commit | 4cbfe8ebebb1fb345bddab629768ad95885846d6 (patch) | |
tree | f60c58161c0e33a6a981314558a9fcc2a5432bd2 /entropy.c | |
parent | - (djm) [auth-pam.c defines.h] Move PAM related bits to auth-pam.c (diff) | |
download | openssh-4cbfe8ebebb1fb345bddab629768ad95885846d6.tar.xz openssh-4cbfe8ebebb1fb345bddab629768ad95885846d6.zip |
- (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
Diffstat (limited to 'entropy.c')
-rw-r--r-- | entropy.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -46,7 +46,6 @@ #include "pathnames.h" #include "log.h" #include "buffer.h" -#include "bufaux.h" /* * Portable OpenSSH PRNG seeding: |