X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=bmw_small.c;h=aefd592d2212eff728d2d8c749d5249495f1ca8b;hp=0806f612fc94bf5dc422dd027d7ad7d8c291512b;hb=2bded0b1cb0b4773b5ee46db360743459d7fe482;hpb=214c1e035b25e56895483227588cf5c36392feef diff --git a/bmw_small.c b/bmw_small.c index 0806f61..aefd592 100644 --- a/bmw_small.c +++ b/bmw_small.c @@ -36,7 +36,7 @@ #define ROTL32(a,n) (((a)<<(n))|((a)>>(32-(n)))) #define ROTR32(a,n) (((a)>>(n))|((a)<<(32-(n)))) -#define BUG24 1 +#define BUG24 0 #define F0_HACK 1 #define DEBUG 0