7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
# BoringSSL symbols may conflict with OpenSSL symbols when linked in the same
|
|
# process, so add a symbol version to allow linking both in the same process.
|
|
BORINGSSL {
|
|
global:
|
|
*;
|
|
};
|