]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Skip sc-rsa-oaep-encrypt-test when compiled with mini-gmp.
authorDaiki Ueno <dueno@redhat.com>
Sun, 18 Feb 2024 20:00:17 +0000 (21:00 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 18 Feb 2024 20:00:17 +0000 (21:00 +0100)
testsuite/rsa-oaep-encrypt-test.c

index 3d9808a55b886f77b99c2f513a63eb95bed81c15..511c274450a57fa388bac110c0071c557e5618a1 100644 (file)
@@ -530,6 +530,10 @@ test_encrypt (void)
 void
 test_main (void)
 {
+#if NETTLE_USE_MINI_GMP || WITH_EXTRA_ASSERTS
+  if (test_side_channel)
+    SKIP();
+#endif
   test_encrypt_decrypt ();
   test_encrypt ();
 }