• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# BoringSSL symbols may conflict with OpenSSL symbols when linked in the same
2# process, so add a symbol version to allow linking both in the same process.
3BORINGSSL {
4  global:
5    *;
6};
7