]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commit
wg: compile on gnu99
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 9 Oct 2018 13:23:42 +0000 (15:23 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 9 Oct 2018 13:23:42 +0000 (15:23 +0200)
commit9b1394b2dc1ee4696932fe0db1624f6fa8c9545c
tree3aa51da12149d07a499c9b95b8f70f9627d4723d
parentc1ca487f634c3fb382fcc5b65fdd8efa4dfdbe69
wg: compile on gnu99

We don't actually use any C11 features, so we can at least compile with
ancient gcc.

Reported-by: Aaron M. D. Jones <aaronmdjones@gmail.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
src/Makefile