]> jfr.im git - irc/blitzed-org/charybdis.git/commitdiff
openssl: Avoid cutting off OpenSSL errors at 119 chars.
authorJilles Tjoelker <redacted>
Sat, 8 May 2010 22:30:51 +0000 (00:30 +0200)
committerJilles Tjoelker <redacted>
Sat, 8 May 2010 22:30:51 +0000 (00:30 +0200)
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().


No differences found