fixes #1624: increase esalt/nonce buffer to 1024 for -m 11400 = SIP

This commit is contained in:
philsmd
2018-07-23 15:51:39 +02:00
parent 2530f83029
commit 2e1845ec11
5 changed files with 11 additions and 12 deletions

View File

@@ -216,7 +216,7 @@ typedef struct sip
u32 salt_buf[32];
u32 salt_len;
u32 esalt_buf[48];
u32 esalt_buf[256];
u32 esalt_len;
} sip_t;