Skip to content

Commit 726dadd

Browse files
committed
fix message
1 parent c70b1d1 commit 726dadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if test "$PHP_XPASS" != "no"; then
2525
return (result != NULL && strncmp(result, "$y$", 3) == 0) ? 0 : 1;
2626
]])], [
2727
AC_MSG_RESULT([available])
28-
AC_DEFINE([HAVE_CRYPT_YESCRYPT], [1], [Define if libxcrypt supports SHA512])
28+
AC_DEFINE([HAVE_CRYPT_YESCRYPT], [1], [ Have yescrypt hash support ])
2929
], [
3030
AC_MSG_RESULT([missing])
3131
])

0 commit comments

Comments
 (0)