mirror of
https://github.com/nfc-tools/mfoc.git
synced 2026-03-05 02:35:25 +00:00
Removes redundant redeclaration of ‘lfsr_rollback_word’ [-Wredundant-decls]
This commit is contained in:
@@ -311,7 +311,6 @@ continue2:
|
||||
|
||||
uint8_t lfsr_rollback_bit(struct Crypto1State *s, uint32_t in, int fb);
|
||||
uint8_t lfsr_rollback_byte(struct Crypto1State *s, uint32_t in, int fb);
|
||||
uint32_t lfsr_rollback_word(struct Crypto1State *s, uint32_t in, int fb);
|
||||
uint32_t *lfsr_prefix_ks(uint8_t ks[8], int isodd);
|
||||
|
||||
/** lfsr_rollback_bit
|
||||
|
||||
Reference in New Issue
Block a user