File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ var __extends = (this && this.__extends) || (function () {
1717exports . __esModule = true ;
1818exports . WolfSSLDecryptionStream = exports . WolfSSLEncryptionStream = exports . WolfSSLDecryptor = exports . WolfSSLEncryptor = void 0 ;
1919var wolfcrypt = require ( './build/Release/wolfcrypt' ) ;
20- var stream = require ( 'node: stream' ) ;
20+ var stream = require ( 'stream' ) ;
2121var WolfSSLEVP = /** @class */ ( function ( ) {
2222 function WolfSSLEVP ( ) {
2323 this . evp = Buffer . alloc ( wolfcrypt . sizeof_EVP_CIPHER_CTX ( ) ) ;
Original file line number Diff line number Diff line change 11const wolfcrypt = require ( './build/Release/wolfcrypt' ) ;
2- const stream = require ( 'node: stream' ) ;
2+ const stream = require ( 'stream' ) ;
33
44class WolfSSLEVP {
55 protected evp : Buffer
You can’t perform that action at this time.
0 commit comments