warning in test_crypto_slow.c
``` src/test/test_crypto_slow.c: In function ‘test_libscrypt_eq_openssl’: src/test/test_crypto_slow.c:220:28: error: integer overflow in expression [-Werror=overflow] maxmem = 2 * 1024 * 1024 * 1024; // 2 GB ```
issue