diff options
author | Muxi Yan <muxi@users.noreply.github.com> | 2018-08-24 09:34:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-24 09:34:58 -0700 |
commit | 35479b8a80c9c47937dbda2dfe173fc2c3b91873 (patch) | |
tree | 7452b6a53fb47fa8b392f9e990667d0806c31d64 /tools/doxygen | |
parent | 088454b0b16894c90416d5d5ec6e202aaf73a3c7 (diff) | |
parent | 571109e40030548a17ea10ff208a1dec6b79f8a3 (diff) |
Merge pull request #16358 from muxi/privatize-boringssl
Make symbols of BoringSSL private
Diffstat (limited to 'tools/doxygen')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index a08ce0b9ff..c1706fd070 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -1508,6 +1508,7 @@ src/core/tsi/alts_transport_security.cc \ src/core/tsi/alts_transport_security.h \ src/core/tsi/fake_transport_security.cc \ src/core/tsi/fake_transport_security.h \ +src/core/tsi/grpc_shadow_boringssl.h \ src/core/tsi/local_transport_security.cc \ src/core/tsi/local_transport_security.h \ src/core/tsi/ssl/session_cache/ssl_session.h \ |