MDEV-3901: Wrong SSL error messages
Fixed typo (missing comma)
This commit is contained in:
parent
7c5f62a313
commit
77269f589e
@ -78,7 +78,7 @@ ssl_error_string[] =
|
||||
"No error",
|
||||
"Unable to get certificate",
|
||||
"Unable to get private key",
|
||||
"Private key does not match the certificate public key"
|
||||
"Private key does not match the certificate public key",
|
||||
"SSL_CTX_set_default_verify_paths failed",
|
||||
"Failed to set ciphers to use",
|
||||
"SSL_CTX_new failed"
|
||||
|
Loading…
x
Reference in New Issue
Block a user