Chromium Code Reviews| Index: webrtc/base/sslidentity.h |
| diff --git a/webrtc/base/sslidentity.h b/webrtc/base/sslidentity.h |
| index 320fe53d0f5ad01fee6790c469d7ab0276053c4d..ca1aa11f83086e31cd54adce1b3cd901884801c7 100644 |
| --- a/webrtc/base/sslidentity.h |
| +++ b/webrtc/base/sslidentity.h |
| @@ -22,6 +22,8 @@ |
| namespace rtc { |
| +enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, KT_DEFAULT = KT_RSA }; |
|
tommi
2015/08/05 10:20:05
DtlsKeyType? (since this is in the rtc namespace)
hbos
2015/08/05 11:41:15
Yes. I placed it here because this is the file tor
|
| + |
| // Forward declaration due to circular dependency with SSLCertificate. |
| class SSLCertChain; |