Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: remove use of this._readableState
Per nodejs#445 this removes a reference to this._readableState in hash._flush. It was used to get the encoding on the readable side to pass to the writable side but omiting it just causes the stream to handle the encoding issues.
- Loading branch information