Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(806)

Unified Diff: components/webcrypto/algorithms/aes_kw.cc

Issue 2407633002: Use new BoringSSL scopers in //components. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/webcrypto/algorithms/aes_gcm.cc ('k') | components/webcrypto/algorithms/asymmetric_key_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/algorithms/aes_kw.cc
diff --git a/components/webcrypto/algorithms/aes_kw.cc b/components/webcrypto/algorithms/aes_kw.cc
index 170def5201fff459799e4d33d350d9a283c44910..f64e1db28228abba8ce3fc06edbd85bb41d2888b 100644
--- a/components/webcrypto/algorithms/aes_kw.cc
+++ b/components/webcrypto/algorithms/aes_kw.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include <openssl/evp.h>
+#include <openssl/aead.h>
#include <stddef.h>
#include <stdint.h>
@@ -18,7 +18,6 @@
#include "components/webcrypto/crypto_data.h"
#include "components/webcrypto/status.h"
#include "crypto/openssl_util.h"
-#include "crypto/scoped_openssl_types.h"
namespace webcrypto {
« no previous file with comments | « components/webcrypto/algorithms/aes_gcm.cc ('k') | components/webcrypto/algorithms/asymmetric_key_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698