| Index: components/webcrypto/algorithms/rsa.h
|
| diff --git a/components/webcrypto/openssl/rsa_hashed_algorithm_openssl.h b/components/webcrypto/algorithms/rsa.h
|
| similarity index 94%
|
| rename from components/webcrypto/openssl/rsa_hashed_algorithm_openssl.h
|
| rename to components/webcrypto/algorithms/rsa.h
|
| index 4c0d44b810da1e5194826a3c44dc0cb661e59673..eaffca1224616f1277a06e0e30273a3c2202b0c5 100644
|
| --- a/components/webcrypto/openssl/rsa_hashed_algorithm_openssl.h
|
| +++ b/components/webcrypto/algorithms/rsa.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_WEBCRYPTO_OPENSSL_RSA_HASHED_ALGORITHM_OPENSSL_H_
|
| -#define COMPONENTS_WEBCRYPTO_OPENSSL_RSA_HASHED_ALGORITHM_OPENSSL_H_
|
| +#ifndef COMPONENTS_WEBCRYPTO_ALGORITHMS_RSA_H_
|
| +#define COMPONENTS_WEBCRYPTO_ALGORITHMS_RSA_H_
|
|
|
| #include "components/webcrypto/algorithm_implementation.h"
|
|
|
| @@ -87,4 +87,4 @@ class RsaHashedAlgorithm : public AlgorithmImplementation {
|
|
|
| } // namespace webcrypto
|
|
|
| -#endif // COMPONENTS_WEBCRYPTO_OPENSSL_RSA_HASHED_ALGORITHM_OPENSSL_H_
|
| +#endif // COMPONENTS_WEBCRYPTO_ALGORITHMS_RSA_H_
|
|
|