summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_auth.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2012-10-12 10:20:09 +0200
committerAndrey Hristov <andrey@php.net>2012-10-12 10:20:09 +0200
commit225792c5db2306727710d232effb86a3abf09feb (patch)
tree3f5d9ab9549c4180dbeea840107310310ee5b7a7 /ext/mysqlnd/mysqlnd_auth.c
parent7a7b2a06420138d0e0f18a898cb36d007196a922 (diff)
downloadphp-git-225792c5db2306727710d232effb86a3abf09feb.tar.gz
constify
Diffstat (limited to 'ext/mysqlnd/mysqlnd_auth.c')
-rw-r--r--ext/mysqlnd/mysqlnd_auth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_auth.c b/ext/mysqlnd/mysqlnd_auth.c
index f2c5adcc4d..3cae693de4 100644
--- a/ext/mysqlnd/mysqlnd_auth.c
+++ b/ext/mysqlnd/mysqlnd_auth.c
@@ -581,6 +581,7 @@ mysqlnd_sha256_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self
if (conn->net->data->ssl) {
+ DBG_INF("simple clear text under SSL");
/* clear text under SSL */
*auth_data_len = passwd_len;
ret = malloc(passwd_len);