summaryrefslogtreecommitdiff
path: root/svr-auth.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2021-03-04 21:03:02 +0800
committerMatt Johnston <matt@ucc.asn.au>2021-03-04 21:03:02 +0800
commite6686e346b4e759aa12a90aa6e4a2146492010e4 (patch)
tree39acc8ee8acbd43683993adc9c6aabe19b4d8746 /svr-auth.c
parentab77d6e0ca162bd2bd7a33986f662287b58f8af8 (diff)
downloaddropbear-e6686e346b4e759aa12a90aa6e4a2146492010e4.tar.gz
Define _GNU_SOURCE properly, other header fixes
This lets -std=c89 build for gcc 8.4.0
Diffstat (limited to 'svr-auth.c')
-rw-r--r--svr-auth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/svr-auth.c b/svr-auth.c
index 443de20..05ac6a9 100644
--- a/svr-auth.c
+++ b/svr-auth.c
@@ -25,7 +25,6 @@
/* This file (auth.c) handles authentication requests, passing it to the
* particular type (auth-passwd, auth-pubkey). */
-#include <limits.h>
#include "includes.h"
#include "dbutil.h"