summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-03-16 08:25:52 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-03-16 10:46:48 +0000
commit4b7e990847e3e4391b229abb60f5a773b263c657 (patch)
tree9029f777c94b30cb81daaa2426f1045b3594d05d
parentc13479f3a5f1eb2bd2d962a910fa68c8174ba43e (diff)
downloadgnutls-tmp-further-rng-improvements.tar.gz
tests: removed unneeded ifdef in tlsext-decoding.ctmp-further-rng-improvements
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--tests/tlsext-decoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tlsext-decoding.c b/tests/tlsext-decoding.c
index bbee3d3bae..ed0f3e3fc8 100644
--- a/tests/tlsext-decoding.c
+++ b/tests/tlsext-decoding.c
@@ -31,7 +31,7 @@
/* This test checks whether an invalid extensions field will lead
* to a GNUTLS_E_UNEXPECTED_EXTENSIONS_LENGTH. */
-#if defined(_WIN32) || !defined(HAVE_LIBSECCOMP)
+#if defined(_WIN32)
int main()
{