Skip to content

Commit 4ca50a8

Browse files
committed
-lcrypt
1 parent 427f0a7 commit 4ca50a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v-check-user-password.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* */
44
/* This program compare user pasword from input with /etc/shadow */
55
/* To compile run: */
6-
/* "gcc -lcrypt v-check-user-password.c -o v-check-user-password" */
6+
/* "gcc v-check-user-password.c -o v-check-user-password -lcrypt" */
77
/* */
88
/* Thanks to: bogolt, richie and burus */
99
/* */

0 commit comments

Comments
 (0)