repo.or.cz
/
Samba
/
gebeck_regimport.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r272: mention net rpc group delete
[Samba/gebeck_regimport.git]
/
source
/
tests
/
crack.c
blob
36119b3bbc672e2ab4fa38e53586ef4557bd769b
1
#include <crack.h>
2
3
#ifndef HAVE_CRACKLIB_DICTPATH
4
#ifndef CRACKLIB_DICTPATH
5
#define CRACKLIB_DICTPATH SAMBA_CRACKLIB_DICTPATH
6
#endif
7
#endif
8
9
int
main
(
int
argc
,
char
**
argv
) {
10
FascistCheck
(
"Foo"
,
CRACKLIB_DICTPATH
);
11
return
0
;
12
}