aczid / crypto1_bs

Bitsliced Crypto-1 brute-forcer
200 stars 78 forks source link

Fix broken compilation on GCC10 #45

Closed vd-rd closed 2 years ago

vd-rd commented 4 years ago

LD complains about multiple definitions for symbols. This commit adds an option to fix the error thrown by the linker.

The program was compiled against libnfc 1.8.0 on Fedora 32 x86_64.