diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-12-01 16:33:22 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-12-01 16:33:22 +0100 |
commit | 77269f589e3d134c67f39fcf0c4bd66131acd2f7 (patch) | |
tree | 54847490aadd3e541c7b8ae6032d6fcc523dba39 /vio | |
parent | 7c5f62a313d7dd3047ed29f4007c73b53541c482 (diff) | |
download | mariadb-git-77269f589e3d134c67f39fcf0c4bd66131acd2f7.tar.gz |
MDEV-3901: Wrong SSL error messages
Fixed typo (missing comma)
Diffstat (limited to 'vio')
-rw-r--r-- | vio/viosslfactories.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vio/viosslfactories.c b/vio/viosslfactories.c index 8da9b7dca26..5c4e2e89d10 100644 --- a/vio/viosslfactories.c +++ b/vio/viosslfactories.c @@ -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" |