Skip to content

Commit 968eb0b

Browse files
committed
Fix mysqlnd build without openssl
1 parent 7498f01 commit 968eb0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/mysqlnd/mysqlnd_auth.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,7 @@ mysqlnd_caching_sha2_get_and_use_key(MYSQLND_CONN_DATA *conn,
10241024
}
10251025
DBG_RETURN(0);
10261026
#else
1027+
DBG_ENTER("mysqlnd_caching_sha2_get_and_use_key(");
10271028
php_error_docref(NULL, E_WARNING, "PHP was built without openssl extension, can't send password encrypted");
10281029
DBG_RETURN(0);
10291030
#endif

0 commit comments

Comments
 (0)