From d650342a8ff9a1f3370c692e53cb0f26dcc87d6d Mon Sep 17 00:00:00 2001 From: code4lala Date: Fri, 6 Jan 2023 06:26:55 +0000 Subject: [PATCH] libssl_shared deps libcrypto_shared, not crypto_source Signed-off-by: code4lala Change-Id: Icb4f5b98f8466ed760026495de9e097b3fa46d04 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 1230163751..e612661ca6 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" -- GitLab