crypto: make error buffer non-static
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 29 Aug 2013 11:57:29 +0000 (13:57 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 29 Aug 2013 11:57:30 +0000 (13:57 +0200)
commit699f636d975c6c0babb357c00a721ad27a05323a
treef787bd380c20ea1d1641966cc6df6dff34aa825c
parent02fde585b15f0dd117a297a6c4d35b181b530c63
crypto: make error buffer non-static

Doesn't matter now but it will if/when we have support for multiple
threads.
src/node_crypto.cc