From 4d07d6bbb74e7ebe1f95cf2b89ae99aa35a9eeb2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Sep 2024 11:47:54 +0200 Subject: rename constant from XPASS_CRYPT_ to CRYPT_PREFIX_ --- package.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.xml') diff --git a/package.xml b/package.xml index b47f016..f59c2bd 100644 --- a/package.xml +++ b/package.xml @@ -27,7 +27,7 @@ distributions, using extended crypt library (libxcrypt): PHP-3.01 -- add crypt_gensalt(?string $salt = null, int $count = 0): ?string {} +- add crypt_gensalt(?string $prefix = null, int $count = 0): ?string {} - add crypt_preferred_method(): ?string {} - add crypt_checksalt(string $salt): int {} -- cgit