From 77269f589e3d134c67f39fcf0c4bd66131acd2f7 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub <wlad@montyprogram.com> Date: Sat, 1 Dec 2012 16:33:22 +0100 Subject: [PATCH] MDEV-3901: Wrong SSL error messages Fixed typo (missing comma) --- vio/viosslfactories.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"