X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ae8303c13ca731ef70a35ae2ff5e79c4b1d6559d..cceabb79e6f1bc8e9c2cab766f6edb3a4200bb74:/client/cmdhfmfu.h diff --git a/client/cmdhfmfu.h b/client/cmdhfmfu.h index 0ec82b2d..806c27d3 100644 --- a/client/cmdhfmfu.h +++ b/client/cmdhfmfu.h @@ -14,7 +14,7 @@ int CmdHF14AMfUCRdCard(const char *Cmd); int CmdHF14AMfucAuth(const char *Cmd); uint8_t requestAuthentication( uint8_t *nonce); -int try3DesAuthentication( uint8_t *key); +int try3DesAuthentication( uint8_t *key, bool switch_off_field); //general stuff int CmdHF14AMfUDump(const char *Cmd);