diff options
Diffstat (limited to 'ext/standard/php_password.h')
| -rw-r--r-- | ext/standard/php_password.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_password.h b/ext/standard/php_password.h index c7dca73839..c5e00f0fb8 100644 --- a/ext/standard/php_password.h +++ b/ext/standard/php_password.h @@ -43,6 +43,7 @@ typedef enum { PHP_PASSWORD_BCRYPT, #if HAVE_ARGON2LIB PHP_PASSWORD_ARGON2I, + PHP_PASSWORD_ARGON2ID, #endif } php_password_algo; |
