]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/nonce2key/nonce2key.c
CHG: minor change initializing array.
[proxmark3-svn] / client / nonce2key / nonce2key.c
index bf7fcea27312b3d662b4bc79b2d93594a17c29be..81f5ae1c762303a3abba5afb39ac4a3935ca1d9a 100644 (file)
@@ -296,6 +296,5 @@ int tryMfk64(uint64_t myuid, uint8_t *data, uint8_t *outputkey ){
        crypto1_get_lfsr(revstate, &key);
        PrintAndLog("Found Key: [%012"llx"]",key);
        crypto1_destroy(revstate);
-       crypto1_destroy(pcs);
        return 0;
 }
\ No newline at end of file
Impressum, Datenschutz