chromium/remoting/base/test_rsa_key_pair.h

// Copyright 2010 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef REMOTING_BASE_TEST_RSA_KEY_PAIR_H_
#define REMOTING_BASE_TEST_RSA_KEY_PAIR_H_

namespace remoting {

// An RSA keypair used in unittests.
const char kTestRsaKeyPair[] =;

}  // namespace remoting

#endif  // REMOTING_BASE_TEST_RSA_KEY_PAIR_H_