We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4efeb8f + 6cf7303 commit 116e101Copy full SHA for 116e101
test/core/end2end/data/ssl_test_data.h
@@ -19,6 +19,10 @@
19
#ifndef GRPC_TEST_CORE_END2END_DATA_SSL_TEST_DATA_H
20
#define GRPC_TEST_CORE_END2END_DATA_SSL_TEST_DATA_H
21
22
+// These credentials are hardcoded as char arrays and are hence considered to
23
+// be deprecated. Please consider using credentials in
24
+// "src/core/tsi/test_creds" instead.
25
+
26
extern const char test_root_cert[];
27
extern const char test_server1_cert[];
28
extern const char test_server1_key[];
0 commit comments