mirror of
https://github.com/php/php-src.git
synced 2026-04-14 11:32:11 +02:00
Fix mysqlnd build without openssl
This commit is contained in:
@@ -1024,6 +1024,7 @@ mysqlnd_caching_sha2_get_and_use_key(MYSQLND_CONN_DATA *conn,
|
||||
}
|
||||
DBG_RETURN(0);
|
||||
#else
|
||||
DBG_ENTER("mysqlnd_caching_sha2_get_and_use_key(");
|
||||
php_error_docref(NULL, E_WARNING, "PHP was built without openssl extension, can't send password encrypted");
|
||||
DBG_RETURN(0);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user