| Index: components/webcrypto/algorithms/rsa_sign.h
|
| diff --git a/components/webcrypto/openssl/rsa_sign_openssl.h b/components/webcrypto/algorithms/rsa_sign.h
|
| similarity index 84%
|
| rename from components/webcrypto/openssl/rsa_sign_openssl.h
|
| rename to components/webcrypto/algorithms/rsa_sign.h
|
| index 9aacfb18600f1febff8a1690e7ba17965d9f38c3..2e3f09200cfdc86d385fb665ab061d9895d2234e 100644
|
| --- a/components/webcrypto/openssl/rsa_sign_openssl.h
|
| +++ b/components/webcrypto/algorithms/rsa_sign.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_SIGN_OPENSSL_H_
|
| -#define COMPONENTS_WEBCRYPTO_OPENSSL_RSA_SIGN_OPENSSL_H_
|
| +#ifndef COMPONENTS_WEBCRYPTO_ALGORITHMS_RSA_SIGN_H_
|
| +#define COMPONENTS_WEBCRYPTO_ALGORITHMS_RSA_SIGN_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -37,4 +37,4 @@ Status RsaVerify(const blink::WebCryptoKey& key,
|
|
|
| } // namespace webcrypto
|
|
|
| -#endif // COMPONENTS_WEBCRYPTO_OPENSSL_RSA_SIGN_OPENSSL_H_
|
| +#endif // COMPONENTS_WEBCRYPTO_ALGORITHMS_RSA_SIGN_H_
|
|
|