ssl_transport_security.cc: Make it compile with libressl (#35615)
Compiling grpc latest master [1] on Windows 10 Pro using MSVC 2019 and using LibreSSL 3.8.2 as SSL provider (package) does currently not work, as the functions X509_STORE_set_get_crl/X509_STORE_set_check_crl and the define SSL_OP_NO_RENEGOTIATION are not present. Employ a workaround seen in the surrounding code by making the code block only for openssl available. [1]:pull/35933/head24f89637
([Test] Removed obsolete node test from run_tests.py (#35525), 2024-01-19) Closes #35615 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35615 from t-b:fix-compiliation-libressl858f430715
PiperOrigin-RevId: 607752281
parent
ee3153b20d
commit
e3b5ec6e17
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue