openssl: Avoid cutting off OpenSSL errors at 119 chars.

ERR_error_string() is just broken, as it returns at most 119 chars
which means error messages are frequently truncated.
Allow for 511 chars using ERR_error_string_n().
This commit is contained in:
Jilles Tjoelker 2010-05-09 00:30:51 +02:00
parent 918d73d562
commit b8dae08fb0

Diff content is not available