Index: components/webcrypto/algorithms/util_openssl.h |
diff --git a/components/webcrypto/openssl/util_openssl.h b/components/webcrypto/algorithms/util_openssl.h |
similarity index 96% |
rename from components/webcrypto/openssl/util_openssl.h |
rename to components/webcrypto/algorithms/util_openssl.h |
index eef51a4cc8705dbec871416ad80460491aefbd1f..d9ae95b0d9bc811813ef24da90778b9642386e1d 100644 |
--- a/components/webcrypto/openssl/util_openssl.h |
+++ b/components/webcrypto/algorithms/util_openssl.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_UTIL_OPENSSL_H_ |
-#define COMPONENTS_WEBCRYPTO_OPENSSL_UTIL_OPENSSL_H_ |
+#ifndef COMPONENTS_WEBCRYPTO_ALGORITHMS_UTIL_OPENSSL_H_ |
+#define COMPONENTS_WEBCRYPTO_ALGORITHMS_UTIL_OPENSSL_H_ |
#include <string> |
#include <vector> |
@@ -98,4 +98,4 @@ std::vector<uint8_t> BIGNUMToVector(const BIGNUM* n); |
} // namespace webcrypto |
-#endif // COMPONENTS_WEBCRYPTO_OPENSSL_UTIL_OPENSSL_H_ |
+#endif // COMPONENTS_WEBCRYPTO_ALGORITHMS_UTIL_OPENSSL_H_ |