2021-05-01 21:22:20 +03:00
|
|
|
{
|
|
|
|
"targets": [
|
|
|
|
{
|
|
|
|
"target_name": "crypto",
|
|
|
|
"sources": [
|
|
|
|
"lib/entry.cpp",
|
2023-11-02 19:11:26 +03:00
|
|
|
"lib/ige256.cpp",
|
2021-05-01 21:22:20 +03:00
|
|
|
],
|
|
|
|
"cflags_cc": [
|
|
|
|
"-std=c++17"
|
2024-04-13 05:49:13 +03:00
|
|
|
],
|
|
|
|
"defines": [
|
|
|
|
"OPENSSL_API_COMPAT=0x10100001L",
|
|
|
|
"OPENSSL_CONFIGURED_API=0x30000000L",
|
2021-05-01 21:22:20 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|