| Index: remoting/base/test_rsa_key_pair.h
|
| diff --git a/remoting/host/test_key_pair.h b/remoting/base/test_rsa_key_pair.h
|
| similarity index 98%
|
| rename from remoting/host/test_key_pair.h
|
| rename to remoting/base/test_rsa_key_pair.h
|
| index cb46e4c1a211be9673b8c7fd5ec8baee44ebc1ec..15780035f60759c0e0d024c12048ef0d539b1306 100644
|
| --- a/remoting/host/test_key_pair.h
|
| +++ b/remoting/base/test_rsa_key_pair.h
|
| @@ -3,8 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| namespace remoting {
|
| +
|
| // An RSA keypair used in unittests.
|
| -const char kTestHostKeyPair[] =
|
| +const char kTestRsaKeyPair[] =
|
| "MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDeeT/wgtzQkGoeA5LRQI4iXibQZ"
|
| "R3YUiJn/oVz0P+KLJSCWL4Uhjl3CytKg0nzuxgaJ9UOHxrl91k1XnLnwJytqkjl8kgWle+JJbiDx3"
|
| "+3WBxmSjPWmmaPNuBebpyTD1N3TJEPRwe7vfYiOz56jzBPSm3gqIeRvJGIC+Ou+Q0OV+ISTu2Jjtj"
|
| @@ -27,4 +28,5 @@ const char kTestHostKeyPair[] =
|
| "Et5ho7YqrrBWTwnvMLw4G7qftiMco15JcMAXhfGhmlDI8OUq7MlXVCUWwdZtRYcAyWJcqhWQ3yrXv"
|
| "8cWi9hxwNGPuof5PchDDuR+cwe8gZvpzwfFDFTgJHIBe64CkFd9Oeb5CvEffbrP04mpWvjVeMcjjz"
|
| "ZA6a+IB";
|
| +
|
| } // namespace remoting
|
|
|