We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427f0a7 commit 4ca50a8Copy full SHA for 4ca50a8
src/v-check-user-password.c
@@ -3,7 +3,7 @@
3
/* */
4
/* This program compare user pasword from input with /etc/shadow */
5
/* To compile run: */
6
-/* "gcc -lcrypt v-check-user-password.c -o v-check-user-password" */
+/* "gcc v-check-user-password.c -o v-check-user-password -lcrypt" */
7
8
/* Thanks to: bogolt, richie and burus */
9
0 commit comments