From f2eb484478b35d835c588954816680307134f6d7 Mon Sep 17 00:00:00 2001 From: ma_nan Date: Tue, 12 Oct 2021 12:08:06 +0800 Subject: [PATCH] normalize depend of crypto Signed-off-by: ma_nan --- interfaces/kits/packages/BUILD.gn | 2 +- services/BUILD.gn | 2 +- services/updater_binary/BUILD.gn | 2 +- test/fuzztest/DoPartitions_fuzzer/BUILD.gn | 2 +- test/fuzztest/ExtractAndExecuteScript_fuzzer/BUILD.gn | 2 +- test/fuzztest/UpdaterFactoryReset_fuzzer/BUILD.gn | 2 +- test/fuzztest/UpdaterStartUpdaterProc_fuzzer/BUILD.gn | 2 +- test/unittest/BUILD.gn | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/interfaces/kits/packages/BUILD.gn b/interfaces/kits/packages/BUILD.gn index 19933e10..aad7ffe4 100755 --- a/interfaces/kits/packages/BUILD.gn +++ b/interfaces/kits/packages/BUILD.gn @@ -29,7 +29,7 @@ ohos_static_library("libpackageExt") { "//base/update/updater/services/package:libupdaterpackage", "//third_party/bounds_checking_function:libsec_static", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source", "//third_party/zlib:libz", ] diff --git a/services/BUILD.gn b/services/BUILD.gn index 964704d7..1b6c5c0c 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -88,7 +88,7 @@ ohos_executable("updater") { "//third_party/bzip2:libbz2", "//third_party/libdrm:libdrm", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source", "//third_party/zlib:libz", ] diff --git a/services/updater_binary/BUILD.gn b/services/updater_binary/BUILD.gn index 7e8046c9..1a242386 100644 --- a/services/updater_binary/BUILD.gn +++ b/services/updater_binary/BUILD.gn @@ -53,7 +53,7 @@ ohos_executable("updater_binary") { "//third_party/bzip2:libbz2", "//third_party/cJSON:cjson_static", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source", "//third_party/zlib:libz", ] diff --git a/test/fuzztest/DoPartitions_fuzzer/BUILD.gn b/test/fuzztest/DoPartitions_fuzzer/BUILD.gn index c48c7433..7732b731 100644 --- a/test/fuzztest/DoPartitions_fuzzer/BUILD.gn +++ b/test/fuzztest/DoPartitions_fuzzer/BUILD.gn @@ -45,7 +45,7 @@ ohos_fuzztest("DoPartitionsFuzzTest") { "//third_party/bzip2:libbz2", "//third_party/libdrm:libdrm", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source", "//third_party/zlib:libz", "//utils/native/base:utils", diff --git a/test/fuzztest/ExtractAndExecuteScript_fuzzer/BUILD.gn b/test/fuzztest/ExtractAndExecuteScript_fuzzer/BUILD.gn index 0632f8e8..8f1763b0 100644 --- a/test/fuzztest/ExtractAndExecuteScript_fuzzer/BUILD.gn +++ b/test/fuzztest/ExtractAndExecuteScript_fuzzer/BUILD.gn @@ -54,7 +54,7 @@ ohos_fuzztest("ExtractAndExecuteScriptFuzzTest") { "//third_party/bzip2:libbz2", "//third_party/libdrm:libdrm", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source", "//third_party/zlib:libz", "//utils/native/base:utils", diff --git a/test/fuzztest/UpdaterFactoryReset_fuzzer/BUILD.gn b/test/fuzztest/UpdaterFactoryReset_fuzzer/BUILD.gn index b644afb7..619dabc7 100644 --- a/test/fuzztest/UpdaterFactoryReset_fuzzer/BUILD.gn +++ b/test/fuzztest/UpdaterFactoryReset_fuzzer/BUILD.gn @@ -47,7 +47,7 @@ ohos_fuzztest("UpdaterFactoryResetFuzzTest") { "//third_party/bzip2:libbz2", "//third_party/libdrm:libdrm", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source", "//third_party/zlib:libz", ] diff --git a/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/BUILD.gn b/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/BUILD.gn index c43acd69..5ef91cb5 100644 --- a/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/BUILD.gn +++ b/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/BUILD.gn @@ -51,7 +51,7 @@ ohos_fuzztest("UpdaterStartUpdaterProcFuzzTest") { "//third_party/libdrm:libdrm", "//third_party/libpng:libpng", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source", "//third_party/zlib:libz", ] diff --git a/test/unittest/BUILD.gn b/test/unittest/BUILD.gn index 0fae483e..0d5d617e 100755 --- a/test/unittest/BUILD.gn +++ b/test/unittest/BUILD.gn @@ -201,7 +201,7 @@ ohos_unittest("updater_unittest") { "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source", "//third_party/zlib:libz", ] -- Gitee