summaryrefslogtreecommitdiff
path: root/src/node_crypto_bio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_crypto_bio.h')
-rw-r--r--src/node_crypto_bio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_crypto_bio.h b/src/node_crypto_bio.h
index 95d173e342..9411b3bce7 100644
--- a/src/node_crypto_bio.h
+++ b/src/node_crypto_bio.h
@@ -70,7 +70,7 @@ class NodeBIO {
void Reset();
// Put `len` bytes from `data` into buffer
- void Write(const char* data, size_t len);
+ void Write(const char* data, size_t size);
// Return size of buffer in bytes
size_t inline Length() {