Skip to content

Commit 6c9db02

Browse files
committed
Fix mysqlnd build without openssl
Cherry-pick of 968eb0b, as these changes were also introduced in lower branches.
1 parent f9d1d1f commit 6c9db02

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
@@ -1050,6 +1050,7 @@ mysqlnd_caching_sha2_get_and_use_key(MYSQLND_CONN_DATA *conn,
10501050
}
10511051
DBG_RETURN(0);
10521052
#else
1053+
DBG_ENTER("mysqlnd_caching_sha2_get_and_use_key(");
10531054
php_error_docref(NULL, E_WARNING, "PHP was built without openssl extension, can't send password encrypted");
10541055
DBG_RETURN(0);
10551056
#endif

0 commit comments

Comments
 (0)