Skip to content

Commit 0dd56b5

Browse files
committed
fixup! crypto: add raw key formats support to the KeyObject APIs
1 parent 261b64a commit 0dd56b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/crypto/crypto_keys.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ namespace node {
2121

2222
using ncrypto::BignumPointer;
2323
using ncrypto::BIOPointer;
24-
using ncrypto::DataPointer;
2524
using ncrypto::ECKeyPointer;
2625
using ncrypto::ECPointPointer;
2726
using ncrypto::EVPKeyCtxPointer;
2827
using ncrypto::EVPKeyPointer;
2928
using ncrypto::MarkPopErrorOnReturn;
30-
using ncrypto::PKCS8Pointer;
3129
using v8::Array;
3230
using v8::Context;
3331
using v8::Function;

0 commit comments

Comments
 (0)