BUG=webrtc:4685, webrtc:4686
TBR=torbjorng@chromium.org,

Review URL: https://codereview.webrtc.org/1300683002 .

Cr-Commit-Position: refs/heads/master@{#9720}
This commit is contained in:
Nico Weber
2015-08-17 13:00:35 -07:00
parent dbe5bd9ad5
commit 3260133deb

View File

@ -56,9 +56,9 @@ class NSSKeyPair {
SSLKEAType ssl_kea_type() const { return ssl_kea_type_; } SSLKEAType ssl_kea_type() const { return ssl_kea_type_; }
private: private:
SSLKEAType ssl_kea_type_;
SECKEYPrivateKey* privkey_; SECKEYPrivateKey* privkey_;
SECKEYPublicKey* pubkey_; SECKEYPublicKey* pubkey_;
SSLKEAType ssl_kea_type_;
DISALLOW_COPY_AND_ASSIGN(NSSKeyPair); DISALLOW_COPY_AND_ASSIGN(NSSKeyPair);
}; };