From ff463c9f2c511f850eeb6a2b8efd3318ca19add5 Mon Sep 17 00:00:00 2001 From: i-wangliangliang Date: Fri, 1 Apr 2022 16:36: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 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 30d7035..836b93a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -77,7 +77,7 @@ ohos_shared_library("sqlite") { cflags_c = [ "-fvisibility=hidden" ] ldflags = [ "-Wl,--exclude-libs,ALL" ] deps = [ - "//third_party/openssl:libcrypto_static", + "//third_party/openssl:libcrypto_shared", "//utils/native/base:utils", ] public_configs = [ ":sqlite_config" ] -- Gitee