Index: webrtc/base/sslidentity.h |
diff --git a/webrtc/base/sslidentity.h b/webrtc/base/sslidentity.h |
index da94e76486a3c340ce64f8e9f150c4b88152c0e2..2dfff70bd7ee490b91b47f805c76c4ac6c8dc6a6 100644 |
--- a/webrtc/base/sslidentity.h |
+++ b/webrtc/base/sslidentity.h |
@@ -120,7 +120,7 @@ class 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 }; |
+enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, KT_DEFAULT = KT_ECDSA }; |
static const int kRsaDefaultModSize = 1024; |
static const int kRsaDefaultExponent = 0x10001; // = 2^16+1 = 65537 |