MDEV-3901: Wrong SSL error messages

Fixed typo (missing comma)
This commit is contained in:
Vladislav Vaintroub 2012-12-01 16:33:22 +01:00
parent 7c5f62a313
commit 77269f589e

View file

@ -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"