diff options
Diffstat (limited to 'ext/node/lib.rs')
-rw-r--r-- | ext/node/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs index 8f4adfbd1..73b4497fc 100644 --- a/ext/node/lib.rs +++ b/ext/node/lib.rs @@ -311,6 +311,7 @@ deno_core::extension!(deno_node, ops::crypto::x509::op_node_x509_get_valid_to, ops::crypto::x509::op_node_x509_get_serial_number, ops::crypto::x509::op_node_x509_key_usage, + ops::crypto::x509::op_node_x509_public_key, ops::fs::op_node_fs_exists_sync<P>, ops::fs::op_node_fs_exists<P>, ops::fs::op_node_cp_sync<P>, |