This commit is contained in:
Serghey Rodin 2013-06-25 10:46:55 +03:00
commit 4ca50a851e

View file

@ -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 */
/* */