From: iceman Date: Tue, 12 Jan 2016 18:26:56 +0000 (+0100) Subject: Merge branch 'master' of https://github.com/iceman1001/proxmark3 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/b725f2ca21d11709b5e61595bd88ae260fee4c7f?hp=5ebcb867a3552a36953b36653b67d4e83e5a9ab3 Merge branch 'master' of https://github.com/iceman1001/proxmark3 --- diff --git a/client/cmdhfmfhard.c b/client/cmdhfmfhard.c index e2d6da74..2c1ed7c4 100644 --- a/client/cmdhfmfhard.c +++ b/client/cmdhfmfhard.c @@ -686,8 +686,8 @@ static void Check_for_FilterFlipProperties(void) static void simulate_MFplus_RNG(uint32_t test_cuid, uint64_t test_key, uint32_t *nt_enc, uint8_t *par_enc) { - struct Crypto1State sim_cs; - sim_cs.odd = sim_cs.even = 0; + struct Crypto1State sim_cs = {0, 0}; +// sim_cs.odd = sim_cs.even = 0; // init cryptostate with key: for(int8_t i = 47; i > 0; i -= 2) {