diff --git a/BUILD.gn b/BUILD.gn index 123016375167f2c79e42b4468ba3f97913f9d6b7..e612661ca67ad858cc1a4dcf32d19f47f3086fcc 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1080,7 +1080,7 @@ ohos_source_set("ssl_source") { ohos_shared_library("libssl_shared") { deps = [ - ":crypto_source", + ":libcrypto_shared", ":ssl_source", ] output_name = "libssl_openssl"