From 43f5dd0705ad10f714c20776be36a8b5b3fc5f93 Mon Sep 17 00:00:00 2001 From: Iceman Date: Mon, 26 Jun 2017 21:52:17 +0200 Subject: [PATCH] Update mifarehost.h added header definition for detection --- client/mifarehost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/mifarehost.h b/client/mifarehost.h index c5644442..f42a40c0 100644 --- a/client/mifarehost.h +++ b/client/mifarehost.h @@ -45,5 +45,5 @@ extern int isBlockTrailer(int blockN); extern int loadTraceCard(uint8_t *tuid); extern int saveTraceCard(void); extern int tryDecryptWord(uint32_t nt, uint32_t ar_enc, uint32_t at_enc, uint8_t *data, int len); - +extern bool detect_classic_prng(); #endif -- 2.39.2