mirror of
https://github.com/MariaDB/server.git
synced 2025-04-05 06:45:33 +02:00
MDEV-3901: Wrong SSL error messages
Fixed typo (missing comma)
This commit is contained in:
parent
7c5f62a313
commit
77269f589e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue