mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
More const and moved the declaration of php_mysqlnd_scramble() to mysqlnd_auth.h
This commit is contained in:
parent
4ee4a4bb52
commit
a6b79f08b3
6 changed files with 45 additions and 45 deletions
|
@ -112,6 +112,8 @@ mysqlnd_run_authentication(
|
|||
zend_bool is_change_user
|
||||
);
|
||||
|
||||
PHPAPI void php_mysqlnd_scramble(zend_uchar * const buffer, const zend_uchar * const scramble, const zend_uchar * const pass, const size_t pass_len);
|
||||
|
||||
#endif /* MYSQLND_AUTH_H */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue