]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: client-fastopen: removed seccomp conditional
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 2 Aug 2016 11:46:05 +0000 (13:46 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 2 Aug 2016 11:46:05 +0000 (13:46 +0200)
tests/client-fastopen.c

index 965839884d9bbdc4fde78bbc1b278476817d5605..507d425e13b9d683a2384e5d22af79e39894f7a9 100644 (file)
@@ -27,7 +27,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#if defined(_WIN32) || !defined(HAVE_LIBSECCOMP)
+#if defined(_WIN32)
 
 int main()
 {