Skip to content
Snippets Groups Projects
Commit f3c508f6 authored by Yang Tse's avatar Yang Tse
Browse files

Update error buffer size used for SSL_strerror()

parent 2aa47107
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment