mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
-lcrypt
This commit is contained in:
parent
427f0a7a49
commit
4ca50a851e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
/* */
|
||||
/* This program compare user pasword from input with /etc/shadow */
|
||||
/* To compile run: */
|
||||
/* "gcc -lcrypt v-check-user-password.c -o v-check-user-password" */
|
||||
/* "gcc v-check-user-password.c -o v-check-user-password -lcrypt" */
|
||||
/* */
|
||||
/* Thanks to: bogolt, richie and burus */
|
||||
/* */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue