]> Git Repo - qemu.git/blobdiff - tests/test-crypto-tlscredsx509.c
linux-user: fix GPROF build failure
[qemu.git] / tests / test-crypto-tlscredsx509.c
index 30f9ac4bbf2b5e8657ff9197421b0de8b3950fa7..940a026c6ee23deda778135e57e7855d40866149 100644 (file)
@@ -283,14 +283,8 @@ int main(int argc, char **argv)
                  true, true, GNUTLS_KP_TLS_WWW_SERVER, NULL,
                  0, 0);
 
-    /* Technically a CA cert with basic constraints
-     * key purpose == key signing + non-critical should
-     * be rejected. GNUTLS < 3.1 does not reject it and
-     * we don't anticipate them changing this behaviour
-     */
     TLS_TEST_REG(badca1, true, cacert4req.filename, servercert4req.filename,
-                (GNUTLS_VERSION_MAJOR == 3 && GNUTLS_VERSION_MINOR >= 1) ||
-                GNUTLS_VERSION_MAJOR > 3);
+                 true);
     TLS_TEST_REG(badca2, true,
                  cacert5req.filename, servercert5req.filename, true);
     TLS_TEST_REG(badca3, true,
This page took 0.024156 seconds and 4 git commands to generate.