提交 c7e094db 编写于 作者: C code4lala

cflags all private, remove typo crypto/packet.c in libssl

Signed-off-by: Ncode4lala <fengziteng2@huawei.com>
Change-Id: I9a08705b953a1efc1eba7532ca883a93c21bed39
上级 d7ee0774
......@@ -234,7 +234,8 @@ config("crypto_config") {
config("crypto_config_public") {
include_dirs = [ "include" ]
include_dirs += crypto_config_current_platform_include_dirs
cflags = crypto_config_common_cflags + crypto_config_current_platform_public_cflags
# TODO cflags all private
# cflags = crypto_config_common_cflags + crypto_config_current_platform_public_cflags
}
libcommon_common_sources = [
......@@ -1387,12 +1388,12 @@ config("ssl_config") {
config("ssl_config_public") {
include_dirs = [ "include" ]
include_dirs += crypto_config_current_platform_include_dirs
cflags = crypto_config_common_cflags + crypto_config_current_platform_public_cflags
# TODO cflags all private
# cflags = crypto_config_common_cflags + crypto_config_current_platform_public_cflags
}
ohos_source_set("ssl_source") {
sources = [
"crypto/packet.c",
"ssl/bio_ssl.c",
"ssl/d1_lib.c",
"ssl/d1_msg.c",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册