1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/l0phtcrack/files/patch-ztest_c
Trevor Johnson f7d6b8ff3e Add new port of l0phtcrack 1.5, L0pht Heavy Industries' cracker
for SAMBA or Windows NT passwords.
2000-11-05 01:38:51 +00:00

12 lines
335 B
Plaintext

--- ztest.c.orig Sat Nov 4 15:24:32 2000
+++ ztest.c Sat Nov 4 15:25:05 2000
@@ -144,7 +144,7 @@
char str_to_crypt[] = "\x4b\x47\x53\x21\x40\x23\x24\x25";
-void main(int argc, char **argv) {
+int main(int argc, char **argv) {
FILE *pwlist, *wordlist, *outlist;
char dict_word[MAX_WORD];
char *pwfile, *wordfile, *outfile;