mirror of
https://gitee.com/openharmony/arkcompiler_toolchain
synced 2024-11-27 17:50:33 +00:00
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:
parent
8380ed4ac3
commit
58bcdfb315
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user