Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Suggest the waveto crypto for cipher support
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 5, 2010
1 parent a1dd90d commit 289ca2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utils/ini.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ if (typeof crypto.Cipher !== "function") {
sys.error( "* Warning: Cipher unavailable in this nodejs version ("
+ process.version + ")")
sys.error( "* Username/password stored in the clear" )
sys.error( "* To rectify the situation, do this:" )
sys.error( "* npm install http://github.com/waveto/node-crypto/tarball/v0.0.5" )
sys.error( "*" )
}

Expand Down

0 comments on commit 289ca2c

Please sign in to comment.