summaryrefslogtreecommitdiff
path: root/source/tests/crack.c
blob: 36119b3bbc672e2ab4fa38e53586ef4557bd769b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <crack.h>

#ifndef HAVE_CRACKLIB_DICTPATH
#ifndef CRACKLIB_DICTPATH
#define CRACKLIB_DICTPATH SAMBA_CRACKLIB_DICTPATH
#endif
#endif

int main(int argc, char **argv) {
	FascistCheck("Foo", CRACKLIB_DICTPATH);
	return 0;
}