diff --git a/lib/vtls/openssl.h b/lib/vtls/openssl.h index ace55ab4d1..e263ee2eb2 100644 --- a/lib/vtls/openssl.h +++ b/lib/vtls/openssl.h @@ -52,8 +52,7 @@ * LibreSSL: not supported. 3.5.0+ has a stub function that does nothing. */ #if (OPENSSL_VERSION_NUMBER >= 0x10101000L && \ - !defined(LIBRESSL_VERSION_NUMBER)) || \ - defined(OPENSSL_IS_BORINGSSL) + !defined(LIBRESSL_VERSION_NUMBER)) || defined(HAVE_BORINGSSL_LIKE) #define HAVE_KEYLOG_CALLBACK #endif