1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

Error message fix:

Since TLS errors might happen not only when connecting and SSL protocol
is not longer used, errormessage for CR_SSL_CONNECTION_ERROR was replaced
by TLS/SSL error.
This commit is contained in:
Georg Richter
2022-07-27 14:52:20 +02:00
parent b9811b7c6d
commit 12722e3131
4 changed files with 5 additions and 6 deletions

View File

@@ -108,7 +108,7 @@ const char *client_errors[]=
/* 2023 */ "",
/* 2024 */ "",
/* 2025 */ "",
/* 2026 */ "SSL connection error: %-.100s",
/* 2026 */ "TLS/SSL error1: %-.100s",
/* 2027 */ "received malformed packet",
/* 2028 */ "",
/* 2029 */ "",