Browse Source

Update OpenSSL version for CatBoost to 1.1.1w to fix build problems with clang-cl on Windows.
32c2f036c7fa256292483963817ceffcbba8059c

akhropov 9 months ago
parent
commit
fcd638e2ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/conf/opensource_export.conf

+ 1 - 1
build/conf/opensource_export.conf

@@ -1,7 +1,7 @@
 when ($OPENSOURCE_PROJECT) {
     select ($OPENSOURCE_PROJECT) {
         "catboost" ? {
-            OPENSOURCE_REPLACE_OPENSSL="1.1.1t"
+            OPENSOURCE_REPLACE_OPENSSL="1.1.1w"
         }
         "yt" ? {
             OPENSOURCE_REPLACE_LINUX_HEADERS="6.5.9"