| 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"
|
|
|