Fix standalone unittest bug caused by the change of gn files of openssl

Add "//third_party/openssl/crypto/bn/rsa_sup_mul.c" to sources of
crypto_source in "build/third_party_gn/openssl/BUILD.gn".

Issue: https://gitee.com/openharmony/arkcompiler_toolchain/issues/I6ELMM
Test: python ark.py x64.release unittest
Signed-off-by: gongyuhang <gongyuhang7@huawei.com>
This commit is contained in:
gongyuhang 2023-02-13 10:13:49 +08:00
parent 8380ed4ac3
commit 58bcdfb315

View File

@ -306,6 +306,7 @@ ohos_source_set("crypto_source") {
"//third_party/openssl/crypto/bn/bn_srp.c",
"//third_party/openssl/crypto/bn/bn_word.c",
"//third_party/openssl/crypto/bn/bn_x931p.c",
"//third_party/openssl/crypto/bn/rsa_sup_mul.c",
"//third_party/openssl/crypto/buffer/buf_err.c",
"//third_party/openssl/crypto/buffer/buffer.c",
"//third_party/openssl/crypto/cmac/cm_ameth.c",