crypto: use consistent variable names
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 12 Aug 2013 21:39:13 +0000 (23:39 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 12 Aug 2013 21:51:01 +0000 (23:51 +0200)
commit4901353b982ddbe2820a69c5f7a7abf9f7d6374d
tree3e5180e5095198dc036a5dc3421e008300225e82
parentd66d840e3b4750f64ae5a957a63159de49cc38ce
crypto: use consistent variable names

Code cleanup: don't call a Connection object `p` in some places, `c` in
other places and `ss` in yet other places. Let's just call it `conn`.

This also fixes about a million style errors in one fell swoop.
src/node_crypto.cc
src/node_crypto.h