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

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

Issue 1304063015: [refactor] Rename the webcrypto/openssl and webcrypto/test directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jwk_refactor
Patch Set: fix filename in gn build Created 5 years, 3 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
Index: components/webcrypto/algorithms/util_openssl.cc
diff --git a/components/webcrypto/openssl/util_openssl.cc b/components/webcrypto/algorithms/util_openssl.cc
similarity index 98%
rename from components/webcrypto/openssl/util_openssl.cc
rename to components/webcrypto/algorithms/util_openssl.cc
index b6ada7007e3fc208c748fc2ec1de093f55496704..84aa145f0084ea1fb625e9baaaa81803bd594ad6 100644
--- a/components/webcrypto/openssl/util_openssl.cc
+++ b/components/webcrypto/algorithms/util_openssl.cc
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/webcrypto/openssl/util_openssl.h"
+#include "components/webcrypto/algorithms/util_openssl.h"
#include <openssl/evp.h>
#include <openssl/pkcs12.h>
#include <openssl/rand.h>
#include "base/stl_util.h"
+#include "components/webcrypto/algorithms/key.h"
#include "components/webcrypto/crypto_data.h"
#include "components/webcrypto/generate_key_result.h"
-#include "components/webcrypto/openssl/key_openssl.h"
#include "components/webcrypto/platform_crypto.h"
#include "components/webcrypto/status.h"
#include "components/webcrypto/webcrypto_util.h"
« no previous file with comments | « components/webcrypto/algorithms/util_openssl.h ('k') | components/webcrypto/openssl/aes_algorithm_openssl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698