diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-03-14 15:59:23 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-14 15:59:23 +0900 |
| commit | e80cc17dc43c26fe9dd1d1fb0dce80fc049cfffd (patch) | |
| tree | c58f6679ede5df0e7d83e79e8c4bc7ee5e82c749 /ext/node/lib.rs | |
| parent | 9aa20b3ba758765863a4c1055097fda399efcfc3 (diff) | |
fix(ext/node): add crypto.createCipheriv (#18091)
Diffstat (limited to 'ext/node/lib.rs')
| -rw-r--r-- | ext/node/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs index 1c9d9e0aa..318667d59 100644 --- a/ext/node/lib.rs +++ b/ext/node/lib.rs @@ -102,6 +102,9 @@ fn ext_polyfill() -> ExtensionBuilder { fn ops_polyfill(ext: &mut ExtensionBuilder) -> &mut ExtensionBuilder { ext.ops(vec