diff --git a/BUILD.gn b/BUILD.gn index ed425a7edad1fba5fbdb6f5cbece50a97d52ba7b..af76d78736be2abc958fafcaf784a292a6e4629c 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -166,7 +166,7 @@ if (is_mingw || is_mac) { remove_configs = [ "//build/config/compiler:chromium_code" ] deps = [ "//third_party/bounds_checking_function:libsec_shared", - "//third_party/openssl:libcrypto_static", + "//third_party/openssl:libcrypto_restool", ] if (is_mingw) { libs = [ "//prebuilts/mingw-w64/ohos/linux-x86_64/clang-mingw/x86_64-w64-mingw32/lib/libws2_32.a" ]