mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Update error buffer size used for SSL_strerror()
This commit is contained in:
parent
2aa4710745
commit
f3c508f6e8
@ -1407,8 +1407,8 @@ Curl_ossl_connect_step2(struct connectdata *conn,
|
||||
else {
|
||||
/* untreated error */
|
||||
unsigned long errdetail;
|
||||
char error_buffer[120]; /* OpenSSL documents that this must be at least
|
||||
120 bytes long. */
|
||||
char error_buffer[256]; /* OpenSSL documents that this must be at least
|
||||
256 bytes long. */
|
||||
CURLcode rc;
|
||||
const char *cert_problem = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user