diff options
author | Gerald Carter <jerry@samba.org> | 2004-04-19 17:05:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:51:16 -0500 |
commit | 335b10ef10f9825ad52501c77bc6b77cdad39067 (patch) | |
tree | cfbdc664871d86376ce7222a1438d236e2b03a72 /source3/tests | |
parent | 5f1d46ce7493e1bb22e67cd40de77aa93ff9be6c (diff) | |
download | samba-335b10ef10f9825ad52501c77bc6b77cdad39067.tar.gz |
r283: removing --with-cracklib after discussion with abartklet @ sambaXP
(This used to be commit df94b0471eb0628aa27f534134d60b62ed123688)
Diffstat (limited to 'source3/tests')
-rw-r--r-- | source3/tests/crack.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/tests/crack.c b/source3/tests/crack.c deleted file mode 100644 index 36119b3bbc6..00000000000 --- a/source3/tests/crack.c +++ /dev/null @@ -1,12 +0,0 @@ -#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; -} |