diff options
Diffstat (limited to 'tests/libtest/lib758.c')
-rw-r--r-- | tests/libtest/lib758.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/libtest/lib758.c b/tests/libtest/lib758.c index dfcbaebb3..f98309f24 100644 --- a/tests/libtest/lib758.c +++ b/tests/libtest/lib758.c @@ -38,9 +38,7 @@ #include <openssl/x509.h> #include <openssl/ssl.h> -#if ((OPENSSL_VERSION_NUMBER >= 0x30000000L) && \ - !defined(LIBRESSL_VERSION_NUMBER) && \ - !defined(OPENSSL_IS_BORINGSSL)) +#if OPENSSL_VERSION_NUMBER >= 0x30000000L #define T578_ENABLED #endif #endif |