Chromium Code Reviews

Unified Diff: webrtc/base/opensslstreamadapter.cc

Issue 2534773002: Set OPENSSL_EC_NAMED_CURVE explicitly on EC key so that certificate has ASN1 OID and NIST curve inf… (Closed)
Patch Set: Fixes BUG=webrtc:6763 Set OPENSSL_EC_NAMED_CURVE explicitly on EC key so that curve name is include… Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« AUTHORS ('K') | « webrtc/base/opensslidentity.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/opensslstreamadapter.cc
diff --git a/webrtc/base/opensslstreamadapter.cc b/webrtc/base/opensslstreamadapter.cc
index d2f3bc49781d7d9aa8646df6d0956465b6a92a85..358f40d768a3cfb22b664799ea2163f233969dba 100644
--- a/webrtc/base/opensslstreamadapter.cc
+++ b/webrtc/base/opensslstreamadapter.cc
@@ -20,6 +20,7 @@
#include <openssl/x509v3.h>
#ifndef OPENSSL_IS_BORINGSSL
#include <openssl/dtls1.h>
+#include <openssl/ssl.h>
#endif
#include <memory>
« AUTHORS ('K') | « webrtc/base/opensslidentity.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine