From 0de043935de9fe8a81e8ab17af75a22630d08bf6 Mon Sep 17 00:00:00 2001 From: "romuald@libnfc.org" Date: Wed, 26 Sep 2012 19:48:20 +0000 Subject: [PATCH] Fix dirty prototypes: crapto1 3.2 version now exposes these functions. --- src/mfcuk.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mfcuk.c b/src/mfcuk.c index 23aaed6..099acad 100644 --- a/src/mfcuk.c +++ b/src/mfcuk.c @@ -187,10 +187,6 @@ // Crapto1 #include "crapto1.h" - // FIXME: For some reason (reason=I am dumb perhaps), these two prototypes are not visible form crapto1.h, so I put them here - struct Crypto1State* lfsr_common_prefix(uint32_t pfx, uint32_t rr, uint8_t ks[8], uint8_t par[8][8]); - uint32_t lfsr_rollback_word(struct Crypto1State* s, uint32_t in, int fb); - // :FIXME // imported from libnfc's examples #include "mifare.h"