summaryrefslogtreecommitdiffstats
path: root/content/child/webcrypto/webcrypto_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/child/webcrypto/webcrypto_util.h')
-rw-r--r--content/child/webcrypto/webcrypto_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/child/webcrypto/webcrypto_util.h b/content/child/webcrypto/webcrypto_util.h
index 98160b5..1ca3a17 100644
--- a/content/child/webcrypto/webcrypto_util.h
+++ b/content/child/webcrypto/webcrypto_util.h
@@ -287,7 +287,7 @@ blink::WebCryptoAlgorithm CreateRsaOaepImportAlgorithm(
unsigned int ShaBlockSizeBytes(blink::WebCryptoAlgorithmId hash_id);
bool CreateSecretKeyAlgorithm(const blink::WebCryptoAlgorithm& algorithm,
- unsigned keylen_bytes,
+ unsigned int keylen_bytes,
blink::WebCryptoKeyAlgorithm* key_algorithm);
} // namespace webcrypto