Index: webrtc/base/sslidentity.h |
diff --git a/webrtc/base/sslidentity.h b/webrtc/base/sslidentity.h |
index 320fe53d0f5ad01fee6790c469d7ab0276053c4d..6d97321c1e2dceb6ddbb45575e5812266d79d6fb 100644 |
--- a/webrtc/base/sslidentity.h |
+++ b/webrtc/base/sslidentity.h |
@@ -25,6 +25,8 @@ namespace rtc { |
// Forward declaration due to circular dependency with SSLCertificate. |
class SSLCertChain; |
+enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, KT_DEFAULT = KT_RSA }; |
+ |
// Abstract interface overridden by SSL library specific |
// implementations. |