mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed compilation warning
This commit is contained in:
parent
7e9176731f
commit
3f11ddcfe3
1 changed files with 0 additions and 1 deletions
|
@ -485,7 +485,6 @@ mysqlnd_sha256_get_rsa_key(MYSQLND_CONN_DATA * conn,
|
|||
TSRMLS_DC)
|
||||
{
|
||||
RSA * ret = NULL;
|
||||
int len;
|
||||
const char * fname = (net_options->sha256_server_public_key && net_options->sha256_server_public_key[0] != '\0')?
|
||||
net_options->sha256_server_public_key:
|
||||
MYSQLND_G(sha256_server_public_key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue