summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-02 13:46:05 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-02 13:46:05 +0200
commit3d412245d581cd358ee8ce1419b0d98b783f7cc0 (patch)
tree4abeb4f061a56216f4a0ad2cd22594369609c69f
parent33662bbfe24bac65293f7b8c958f0c05c8cfc90a (diff)
downloadgnutls-3d412245d581cd358ee8ce1419b0d98b783f7cc0.tar.gz
tests: client-fastopen: removed seccomp conditional
-rw-r--r--tests/client-fastopen.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
#include <stdlib.h>
-#if defined(_WIN32) || !defined(HAVE_LIBSECCOMP)
+#if defined(_WIN32)
int main()
{