mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
curl_ngtcp2: fix error message
This commit is contained in:
parent
b5c65f8b7b
commit
ae5d433ecd
@ -619,7 +619,7 @@ static CURLcode quic_ssl_ctx(WOLFSSL_CTX **pssl_ctx,
|
||||
if(wolfSSL_CTX_set_cipher_list(ssl_ctx, QUIC_CIPHERS) != 1) {
|
||||
char error_buffer[256];
|
||||
ERR_error_string_n(ERR_get_error(), error_buffer, sizeof(error_buffer));
|
||||
failf(data, "SSL_CTX_set_ciphersuites: %s", error_buffer);
|
||||
failf(data, "wolfSSL_CTX_set_cipher_list: %s", error_buffer);
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user