Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 618054
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/sql-common/client_authentication.cc
0
++ b/sql-common/client_authentication.cc
Lines 84-90 RSA *rsa_init(MYSQL *mysql) Link Here
84
84
85
  if (mysql->options.extension != NULL &&
85
  if (mysql->options.extension != NULL &&
86
      mysql->options.extension->server_public_key_path != NULL &&
86
      mysql->options.extension->server_public_key_path != NULL &&
87
      mysql->options.extension->server_public_key_path != '\0')
87
      *mysql->options.extension->server_public_key_path != '\0')
88
  {
88
  {
89
    pub_key_file= fopen(mysql->options.extension->server_public_key_path,
89
    pub_key_file= fopen(mysql->options.extension->server_public_key_path,
90
                        "r");
90
                        "r");

Return to bug 618054