brad e4936d0c71 Fix a crash with the ssl_openssl_write() function. It turns out that
openssl_data can be NULL. The current code does not handle this correctly
which results in dereferencing a NULL pointer via openssl_data->ssl.

Also some format string fixes.

Issue found and fixed by jsing@
2015-01-09 01:34:44 +00:00
..