]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
minor code clean up
authoriceman1001 <iceman@iuse.se>
Wed, 13 May 2015 07:18:37 +0000 (09:18 +0200)
committericeman1001 <iceman@iuse.se>
Wed, 13 May 2015 07:18:37 +0000 (09:18 +0200)
tools/mfkey/mfkey32.c

index 0e64a3e8e02b1c56f626432630ffc7e58063358e..0af15cdcd6d51cf439d71ab5ad0cd288e4a4d71e 100755 (executable)
@@ -62,9 +62,8 @@ int main (int argc, char *argv[]) {
                crypto1_word(t, uid ^ nt, 0);
                crypto1_word(t, nr1_enc, 1);
                if (ar1_enc == (crypto1_word(t, 0, 0) ^ prng_successor(nt, 64))) {
-      printf("\nFound Key: [%012"llx"]\n\n",key);
-                       break;
-               }
+                       printf("\nFound Key: [%012"llx"]\n\n",key);
+                       break;}
        }
   free(s);
 
Impressum, Datenschutz