summaryrefslogtreecommitdiff
path: root/src/node_crypto.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_crypto.cc')
-rw-r--r--src/node_crypto.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_crypto.cc b/src/node_crypto.cc
index 6eac2bed4e..e4e143fefc 100644
--- a/src/node_crypto.cc
+++ b/src/node_crypto.cc
@@ -1004,7 +1004,7 @@ class Cipher : public ObjectWrap {
delete [] buf;
Local<Value> outString;
- if (out_len==0) {
+ if (out_len==0) {
outString=String::New("");
} else {
if (args.Length() <= 2 || !args[2]->IsString()) {