|
|
# If you want to use cracklib for password quality check then you | # If you want to use cracklib for password quality check then you |
# must uncomment the folowing 4 lines (you must not do this for WIN32) | # must uncomment the folowing 4 lines (you must not do this for WIN32) |
# | # |
#CRACKLIB_DICTPATH = "/usr/local/lib/pw_dict" |
CRACKLIB_DICTPATH = "/usr/lib/cracklib_dict" |
#STANDALONE_OPTIONS += -DAPG_USE_CRACKLIB '-DCRACKLIB_DICTPATH=${CRACKLIB_DICTPATH}' -I/usr/local/include -L/usr/local/lib |
STANDALONE_OPTIONS += -DAPG_USE_CRACKLIB '-DCRACKLIB_DICTPATH=${CRACKLIB_DICTPATH}' |
#CLISERV_OPTIONS += -DAPG_USE_CRACKLIB '-DCRACKLIB_DICTPATH=${CRACKLIB_DICTPATH}' -I/usr/local/include -L/usr/local/lib |
CLISERV_OPTIONS += -DAPG_USE_CRACKLIB '-DCRACKLIB_DICTPATH=${CRACKLIB_DICTPATH}' |
#APG_CLIBS += -lcrack |
APG_CLIBS += -lcrack |
| |
################################################################## | ################################################################## |
# Support for ANSI X9.17/SHA1 PRNG | # Support for ANSI X9.17/SHA1 PRNG |