Version update to 1.1.1.
This commit is contained in:
parent
66d7b352d6
commit
ae586d053b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.TH man 1 "01 Jan 2025" "checkpw 1.1.0" "checkpw man page"
|
||||
.TH man 1 "01 Jan 2025" "checkpw 1.1.1" "checkpw man page"
|
||||
.SH NAME
|
||||
checkpw \- checks the validity of a users password on a UNIX/PAM-based system.
|
||||
.SH SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include <security/pam_appl.h>
|
||||
#include <security/pam_misc.h>
|
||||
|
||||
#define VERSION "1.1.0"
|
||||
#define VERSION "1.1.1"
|
||||
|
||||
#ifndef MAX_PASSWORD_LEN
|
||||
#define MAX_PASSWORD_LEN 256
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue