X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bmw%2Fbmw_small.c;h=74c6b9c238ad3edcd65281e441ad55d18501c610;hb=498cf95d73faff93a848d2c0ffec3987769670bb;hp=6a531580f7c41226c8e57755ff183a7780b7f69c;hpb=d70d1d77bab1a5f5278227d674bc59da0378fe15;p=arm-crypto-lib.git diff --git a/bmw/bmw_small.c b/bmw/bmw_small.c index 6a53158..74c6b9c 100644 --- a/bmw/bmw_small.c +++ b/bmw/bmw_small.c @@ -28,7 +28,7 @@ #include #include #include "bmw_small.h" -#include "memxor/memxor.h" +#include "memxor.h" #define SHL32(a,n) ((a)<<(n)) #define SHR32(a,n) ((a)>>(n))