summaryrefslogtreecommitdiffstats
path: root/auth2-methods.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2024-05-27 03:52:26 +0200
committerDamien Miller <djm@mindrot.org>2024-05-27 03:55:15 +0200
commit8054b906983ceaed01fabd8188d3dac24c05ba39 (patch)
tree191957d97e92e1855cadf674bd3592cc17c01643 /auth2-methods.c
parentupstream: remove references to SSH1 and DSA server keys (diff)
downloadopenssh-8054b906983ceaed01fabd8188d3dac24c05ba39.tar.xz
openssh-8054b906983ceaed01fabd8188d3dac24c05ba39.zip
upstream: don't need sys/queue.h here
OpenBSD-Commit-ID: dd137396828171eb19e4911581812ca58de6c578
Diffstat (limited to 'auth2-methods.c')
-rw-r--r--auth2-methods.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/auth2-methods.c b/auth2-methods.c
index cddcf0ff5..8652510f2 100644
--- a/auth2-methods.c
+++ b/auth2-methods.c
@@ -17,7 +17,6 @@
#include "includes.h"
#include <sys/types.h>
-#include <sys/queue.h>
#include <stdlib.h>
#include <string.h>