X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn_gcd.c;h=17c6cf5ce37059be5a486fca278b04ece2ef6a62;hp=9902e4eee9fa9287d3270b8b3bf2e97383154ca6;hb=b39fc560612984e65ec30d7f37487303bf514fb3;hpb=7a05eaac5e15e327b7c51258bf892c8ae5b1d956 diff --git a/crypto/bn/bn_gcd.c b/crypto/bn/bn_gcd.c index 9902e4eee9..17c6cf5ce3 100644 --- a/crypto/bn/bn_gcd.c +++ b/crypto/bn/bn_gcd.c @@ -109,7 +109,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" static BIGNUM *euclid(BIGNUM *a, BIGNUM *b);