diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2007-03-20 21:02:06 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2007-03-20 21:02:06 +0000 |
commit | 251f9c5e768cf51a6b90c9462104f9ddf34042c1 (patch) | |
tree | e3478fcb8536fad44f9caa6be702e94240911e19 /security/fcrackzip | |
parent | 806a476cab8ecfe5683ec75b72178a91f4daf7ae (diff) | |
download | ports-251f9c5e768cf51a6b90c9462104f9ddf34042c1.tar.gz ports-251f9c5e768cf51a6b90c9462104f9ddf34042c1.zip |
Notes
Diffstat (limited to 'security/fcrackzip')
-rw-r--r-- | security/fcrackzip/files/patch-crack.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/fcrackzip/files/patch-crack.h b/security/fcrackzip/files/patch-crack.h new file mode 100644 index 000000000000..75c4d7108d29 --- /dev/null +++ b/security/fcrackzip/files/patch-crack.h @@ -0,0 +1,10 @@ +--- crack.h.orig Tue Mar 20 21:56:11 2007 ++++ crack.h Tue Mar 20 21:56:20 2007 +@@ -24,7 +24,6 @@ + extern u8 bf_last; + + extern int verbosity; +-extern int use_unzip; + + #define FILE_SIZE 12 + #define CRC_SIZE 2 |