Just some small fixes and cosmetics... (1.3.1)

This commit is contained in:
Johannes Findeisen 2025-06-05 20:23:53 +02:00
commit dbd240f31f
3 changed files with 10 additions and 5 deletions

View file

@ -3,6 +3,7 @@
* password on a UNIX/PAM-based system.
*
* Author: Johannes Findeisen <you@hanez.org> - 2025
* Homepage: https://git.xw3.org/hanez/chkpwd
* License: Apache-2.0 (see LICENSE)
*/
@ -11,7 +12,7 @@
#include <security/pam_misc.h>
#include <stdbool.h>
#define VERSION "1.3.0"
#define VERSION "1.3.1"
bool checkpw_authenticate(const char *username, const char *password,
bool verbose);