commit a75a857262162d6be4fcb6242b3955d916f5e938 Author: magnum Date: Thu Feb 9 09:57:25 2012 +0100 Drupal 7: Optimisations diff --git a/src/drupal7_fmt.c b/src/drupal7_fmt.c index c785624..5a55111 100644 --- a/src/drupal7_fmt.c +++ b/src/drupal7_fmt.c @@ -64,7 +64,7 @@ static unsigned char *cursalt; static unsigned loopCnt; static unsigned char (*EncKey)[PLAINTEXT_LENGTH + 1]; static unsigned int *EncKeyLen; -static char (*crypt_key)[REAL_BINARY_SIZE + PLAINTEXT_LENGTH]; +static char (*crypt_key)[REAL_BINARY_SIZE]; static void init(struct fmt_main *pFmt) {