mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
When using some stream method on a lazy crypto stream, the transform constructor wasn't called. This caused the internal state object to be undefined.