Removed interactive mode (is default now), moved some code to checkpw.h and many fixes.

This commit is contained in:
Johannes Findeisen 2025-01-01 06:23:03 +01:00
commit 82aced57b6
5 changed files with 204 additions and 176 deletions

View file

@ -6,7 +6,9 @@ clean:
install:
cp ./checkpw /usr/bin/
cp ./checkpw.h /usr/include/
uninstall:
rm -f /usr/bin/checkpw
rm -f /usr/include/checkpw.h