diff options
author | Damien Miller <djm@mindrot.org> | 2018-07-10 11:39:52 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-07-10 11:39:52 +0200 |
commit | 120a1ec74e8d9d29f4eb9a27972ddd22351ddef9 (patch) | |
tree | 52308557de781f1d8ffb083369e0c209bc305c02 /openbsd-compat/port-uw.c | |
parent | upstream: kerberos/gssapi fixes for buffer removal (diff) | |
download | openssh-120a1ec74e8d9d29f4eb9a27972ddd22351ddef9.tar.xz openssh-120a1ec74e8d9d29f4eb9a27972ddd22351ddef9.zip |
Adapt portable to legacy buffer API removal
Diffstat (limited to 'openbsd-compat/port-uw.c')
-rw-r--r-- | openbsd-compat/port-uw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsd-compat/port-uw.c b/openbsd-compat/port-uw.c index 3028e429a..10dfb9f1c 100644 --- a/openbsd-compat/port-uw.c +++ b/openbsd-compat/port-uw.c @@ -38,7 +38,6 @@ #include "xmalloc.h" #include "packet.h" -#include "buffer.h" #include "key.h" #include "auth-options.h" #include "log.h" |