From 3d412245d581cd358ee8ce1419b0d98b783f7cc0 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 2 Aug 2016 13:46:05 +0200 Subject: tests: client-fastopen: removed seccomp conditional --- tests/client-fastopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/client-fastopen.c b/tests/client-fastopen.c index 965839884d..507d425e13 100644 --- a/tests/client-fastopen.c +++ b/tests/client-fastopen.c @@ -27,7 +27,7 @@ #include #include -#if defined(_WIN32) || !defined(HAVE_LIBSECCOMP) +#if defined(_WIN32) int main() { -- cgit v1.2.1