#234: increase max. salt length to 28 for -m 22 = Juniper Netscreen/SSG (ScreenOS)

This commit is contained in:
philsmd
2016-03-07 15:52:50 +01:00
parent 64897e78a6
commit 3c1e05aaf3
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -718,9 +718,9 @@ extern hc_thread_mutex_t mux_display;
#define DISPLAY_LEN_MIN_21H 32 + 1 + 2
#define DISPLAY_LEN_MAX_21H 32 + 1 + 30
#define DISPLAY_LEN_MIN_22 30 + 1 + 1
#define DISPLAY_LEN_MAX_22 30 + 1 + 15
#define DISPLAY_LEN_MAX_22 30 + 1 + 28
#define DISPLAY_LEN_MIN_22H 30 + 1 + 2
#define DISPLAY_LEN_MAX_22H 30 + 1 + 30
#define DISPLAY_LEN_MAX_22H 30 + 1 + 56
#define DISPLAY_LEN_MIN_23 32 + 1 + 0
#define DISPLAY_LEN_MAX_23 32 + 1 + 23
#define DISPLAY_LEN_MIN_101 5 + 28