summaryrefslogtreecommitdiff
path: root/dev-db/mysql-connector-c/files/20028_all_mysql-5.6-gcc7.patch
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-08-09 22:59:25 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-08-09 22:59:25 +0200
commitdace53dd7c5acd6588fe11e7a92a04b272bd0217 (patch)
treedefa8c5817be59dea920b7a08c6dcef4e2b8ce82 /dev-db/mysql-connector-c/files/20028_all_mysql-5.6-gcc7.patch
parent6b670c82939003d10b2fdce461926dd3dfa465e5 (diff)
downloadgentoo-dace53dd7c5acd6588fe11e7a92a04b272bd0217.tar.gz
gentoo-dace53dd7c5acd6588fe11e7a92a04b272bd0217.tar.bz2
gentoo-dace53dd7c5acd6588fe11e7a92a04b272bd0217.zip
dev-db/mysql-connector-c: drop old
Closes: https://github.com/gentoo/gentoo/pull/17061 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/mysql-connector-c/files/20028_all_mysql-5.6-gcc7.patch')
-rw-r--r--dev-db/mysql-connector-c/files/20028_all_mysql-5.6-gcc7.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-db/mysql-connector-c/files/20028_all_mysql-5.6-gcc7.patch b/dev-db/mysql-connector-c/files/20028_all_mysql-5.6-gcc7.patch
deleted file mode 100644
index cf8caedb7f1b..000000000000
--- a/dev-db/mysql-connector-c/files/20028_all_mysql-5.6-gcc7.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/sql-common/client_authentication.cc b/sql-common/client_authentication.cc
-index eaeb2d4..035ecd2 100644
---- a/sql-common/client_authentication.cc
-+++ b/sql-common/client_authentication.cc
-@@ -84,7 +84,7 @@ RSA *rsa_init(MYSQL *mysql)
-
- if (mysql->options.extension != NULL &&
- mysql->options.extension->server_public_key_path != NULL &&
-- mysql->options.extension->server_public_key_path != '\0')
-+ mysql->options.extension->server_public_key_path[0] != '\0')
- {
- pub_key_file= fopen(mysql->options.extension->server_public_key_path,
- "r");