aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/security_context.c
diff options
context:
space:
mode:
authorGravatar ctiller <ctiller@google.com>2014-12-17 09:44:44 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2014-12-17 15:49:42 -0800
commit2bbb6c43119c25f173757ac8527074ed11a87ffa (patch)
tree306bdc4efa452cb096ee7311fd8671faf54531eb /src/core/security/security_context.c
parentab4f91458bc2775a8bfe38451afd882c06ca7bfc (diff)
Remove endpoint/ directories.
Fold endpoint interface into iomgr, move secure_endpoint into security/. This will make it easier for endpoint to rely on some iomgr defined types (like pollset). Change on 2014/12/17 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82338036
Diffstat (limited to 'src/core/security/security_context.c')
-rw-r--r--src/core/security/security_context.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/security/security_context.c b/src/core/security/security_context.c
index cb97c35130..13b9a847ee 100644
--- a/src/core/security/security_context.c
+++ b/src/core/security/security_context.c
@@ -35,15 +35,14 @@
#include <string.h>
-#include "src/core/endpoint/secure_endpoint.h"
#include "src/core/security/credentials.h"
+#include "src/core/security/secure_endpoint.h"
#include "src/core/surface/lame_client.h"
#include "src/core/transport/chttp2/alpn.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/slice_buffer.h>
#include <grpc/support/string.h>
-
#include "src/core/tsi/fake_transport_security.h"
#include "src/core/tsi/ssl_transport_security.h"