| Index: webrtc/base/sslidentity.h
|
| diff --git a/webrtc/base/sslidentity.h b/webrtc/base/sslidentity.h
|
| index 1112def0986e417e2296b3f2c397dade0833ac53..47694bb62978995b346ba590f8433f5928299d2a 100644
|
| --- a/webrtc/base/sslidentity.h
|
| +++ b/webrtc/base/sslidentity.h
|
| @@ -107,6 +107,9 @@ class SSLCertChain {
|
| DISALLOW_COPY_AND_ASSIGN(SSLCertChain);
|
| };
|
|
|
| +// TODO(hbos, torbjorng): Don't change KT_DEFAULT without first
|
| +// updating PeerConnectionFactory_nativeCreatePeerConnection's certificate
|
| +// generation code.
|
| enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, KT_DEFAULT = KT_RSA };
|
|
|
| // Parameters for generating an identity for testing. If common_name is
|
|
|