X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=crypto%2Fbn%2Fbn_exp.c;h=50190b058fd9101381f25792f16419d01eb3610c;hb=706457b7bda7fdbab426b8dce83b318908339da4;hp=9ea120be186d9d78284c90800c4b083cf19999db;hpb=25f2138b0ab54a65ba713c093ca3734d88f7cb51;p=thirdparty%2Fopenssl.git diff --git a/crypto/bn/bn_exp.c b/crypto/bn/bn_exp.c index 9ea120be18..50190b058f 100644 --- a/crypto/bn/bn_exp.c +++ b/crypto/bn/bn_exp.c @@ -8,8 +8,8 @@ */ #include "internal/cryptlib.h" -#include "internal/constant_time_locl.h" -#include "bn_lcl.h" +#include "internal/constant_time.h" +#include "bn_local.h" #include #ifdef _WIN32