aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wycheproof/test_rsa.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wycheproof/test_rsa.py')
-rw-r--r--tests/wycheproof/test_rsa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wycheproof/test_rsa.py b/tests/wycheproof/test_rsa.py
index 92fed2b0..064cc7cf 100644
--- a/tests/wycheproof/test_rsa.py
+++ b/tests/wycheproof/test_rsa.py
@@ -50,7 +50,7 @@ def should_verify(backend, wycheproof):
@pytest.mark.requires_backend_interface(interface=RSABackend)
@pytest.mark.supported(
only_if=lambda backend: (
- not backend._lib.CRYPTOGRAPHY_OPENSSL_LESS_THAN_102 or
+ not backend._lib.CRYPTOGRAPHY_IS_LIBRESSL or
backend._lib.CRYPTOGRAPHY_LIBRESSL_28_OR_GREATER
),
skip_message=(