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