Commit 77269f58 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-3901: Wrong SSL error messages

Fixed typo (missing comma)
parent 7c5f62a3
...@@ -78,7 +78,7 @@ ssl_error_string[] = ...@@ -78,7 +78,7 @@ ssl_error_string[] =
"No error", "No error",
"Unable to get certificate", "Unable to get certificate",
"Unable to get private key", "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", "SSL_CTX_set_default_verify_paths failed",
"Failed to set ciphers to use", "Failed to set ciphers to use",
"SSL_CTX_new failed" "SSL_CTX_new failed"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment