summaryrefslogtreecommitdiffstats
path: root/chromium/net/quic/crypto/p256_key_exchange.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/quic/crypto/p256_key_exchange.h')
-rw-r--r--chromium/net/quic/crypto/p256_key_exchange.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/net/quic/crypto/p256_key_exchange.h b/chromium/net/quic/crypto/p256_key_exchange.h
index 8145cc05249..49a66cec3de 100644
--- a/chromium/net/quic/crypto/p256_key_exchange.h
+++ b/chromium/net/quic/crypto/p256_key_exchange.h
@@ -73,6 +73,8 @@ class NET_EXPORT_PRIVATE P256KeyExchange : public KeyExchange {
#endif
// The public key stored as an uncompressed P-256 point.
uint8 public_key_[kUncompressedP256PointBytes];
+
+ DISALLOW_COPY_AND_ASSIGN(P256KeyExchange);
};
} // namespace net