From: Jens Steube Date: Sat, 26 Mar 2016 12:14:51 +0000 (+0100) Subject: Removed some unused macros X-Git-Tag: v3.00-beta~161 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=c4e6ffc3460eef5f2086e817ab5ab8194b200376;p=hashcat.git Removed some unused macros --- diff --git a/include/shared.h b/include/shared.h index 0b24d77..685a2bb 100644 --- a/include/shared.h +++ b/include/shared.h @@ -195,27 +195,6 @@ extern int SUPPRESS_OUTPUT; extern hc_thread_mutex_t mux_display; -/** - * password lengths supported - */ - -#define PW_LENGTH_MIN_0 0 -#define PW_LENGTH_MAX_0 55 -#define PW_LENGTH_MIN_400 0 -#define PW_LENGTH_MAX_400 40 -#define PW_LENGTH_MIN_500 0 -#define PW_LENGTH_MAX_500 15 -#define PW_LENGTH_MIN_1600 0 -#define PW_LENGTH_MAX_1600 15 -#define PW_LENGTH_MIN_1800 0 -#define PW_LENGTH_MAX_1800 15 -#define PW_LENGTH_MIN_2500 0 -#define PW_LENGTH_MAX_2500 64 -#define PW_LENGTH_MIN_6300 0 -#define PW_LENGTH_MAX_6300 15 -#define PW_LENGTH_MIN_7400 0 -#define PW_LENGTH_MAX_7400 15 - /** * Strings */