Just cosmetic stuff...
This commit is contained in:
parent
5f1a04597e
commit
148de60561
1 changed files with 3 additions and 2 deletions
|
|
@ -17,14 +17,15 @@
|
|||
* License: MIT (see LICENSE)
|
||||
*/
|
||||
|
||||
#include <pwd.h> // For struct passwd and getpwnam
|
||||
#include <security/pam_appl.h>
|
||||
#include <security/pam_misc.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h> // For getopt and access to user info
|
||||
#include <pwd.h> // For struct passwd and getpwnam
|
||||
#include <termios.h> // For terminal input settings
|
||||
#include <unistd.h> // For getopt and access to user info
|
||||
|
||||
|
||||
#define MAX_USERNAME_LEN 32
|
||||
#define MAX_PASSWORD_LEN 256
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue