diff options
author | Julien Boeuf <jboeuf@google.com> | 2015-08-21 14:30:33 -0700 |
---|---|---|
committer | Julien Boeuf <jboeuf@google.com> | 2015-08-21 14:30:33 -0700 |
commit | 87047d7e932246eef44c92598361dc60351a0bab (patch) | |
tree | c5480f9a4a1a362c19932e444ee5349100d63495 /tools/doxygen/Doxyfile.core.internal | |
parent | 10cab1396fd6fce4539f6368bda6ea908e1ce27b (diff) |
Security connector is now responsible for the handshake.
Diffstat (limited to 'tools/doxygen/Doxyfile.core.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 325a293e04..9d303d1402 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -770,10 +770,10 @@ include/grpc/census.h \ src/core/security/auth_filters.h \ src/core/security/base64.h \ src/core/security/credentials.h \ +src/core/security/handshake.h \ src/core/security/json_token.h \ src/core/security/jwt_verifier.h \ src/core/security/secure_endpoint.h \ -src/core/security/secure_transport_setup.h \ src/core/security/security_connector.h \ src/core/security/security_context.h \ src/core/tsi/fake_transport_security.h \ @@ -890,10 +890,10 @@ src/core/security/credentials_metadata.c \ src/core/security/credentials_posix.c \ src/core/security/credentials_win32.c \ src/core/security/google_default_credentials.c \ +src/core/security/handshake.c \ src/core/security/json_token.c \ src/core/security/jwt_verifier.c \ src/core/security/secure_endpoint.c \ -src/core/security/secure_transport_setup.c \ src/core/security/security_connector.c \ src/core/security/security_context.c \ src/core/security/server_auth_filter.c \ |