Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/crypto_ec.h')
-rw-r--r--src/crypto/crypto_ec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/crypto_ec.h b/src/crypto/crypto_ec.h
index 34d37c7e442..bc4160fc8be 100644
--- a/src/crypto/crypto_ec.h
+++ b/src/crypto/crypto_ec.h
@@ -144,7 +144,7 @@ struct ECKeyExportTraits final {
using ECKeyExportJob = KeyExportJob<ECKeyExportTraits>;
-v8::Maybe<bool> ExportJWKEcKey(
+v8::Maybe<void> ExportJWKEcKey(
Environment* env,
std::shared_ptr<KeyObjectData> key,
v8::Local<v8::Object> target);