From 02bd324d40e6eec9883174a564e986fc3bd37702 Mon Sep 17 00:00:00 2001 From: i-wangliangliang Date: Fri, 1 Apr 2022 16:20:45 +0800 Subject: [PATCH] =?UTF-8?q?crypto=E5=BA=93=E4=BB=8E=E9=9D=99=E6=80=81?= =?UTF-8?q?=E5=BA=93=E4=BF=AE=E6=94=B9=E4=B8=BA=E5=8A=A8=E6=80=81=E5=BA=93?= =?UTF-8?q?=EF=BC=8C=E5=87=8F=E5=B0=8Fflash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: i-wangliangliang --- services/distributeddataservice/libs/distributeddb/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/distributeddataservice/libs/distributeddb/BUILD.gn b/services/distributeddataservice/libs/distributeddb/BUILD.gn index 66f52258a..55c3dcd34 100644 --- a/services/distributeddataservice/libs/distributeddb/BUILD.gn +++ b/services/distributeddataservice/libs/distributeddb/BUILD.gn @@ -259,7 +259,7 @@ ohos_shared_library("distributeddb") { ldflags = [ "-Wl,--exclude-libs,ALL" ] deps += [ "//third_party/jsoncpp:jsoncpp", - "//third_party/openssl:libcrypto_static", + "//third_party/openssl:libcrypto_shared", ] external_deps = [ "hiviewdfx_hilog_native:libhilog" ] -- Gitee