Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146363 | Differences between
and this patch

Collapse All | Expand All

(-)../tmp-orig/fcrackzip-0.3/main.c (-1 / +1 lines)
Lines 33-39 Link Here
33
33
34
#include "crack.h"
34
#include "crack.h"
35
35
36
static int use_unzip;
36
int use_unzip;
37
static method *crack_method = methods;
37
static method *crack_method = methods;
38
static int method_number = -1;
38
static int method_number = -1;
39
static int min_length = -1;
39
static int min_length = -1;

Return to bug 146363