diff options
-rw-r--r-- | tests/tlsext-decoding.c | 2 |
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() { |