Identify and move common internal libcrypto header files
[oweals/openssl.git] / crypto / bn / bn_mod.c
index e4763ff2c647b724bdc843b795b7a1f4ab26b57e..d7e4f9a627f5f152ab43fa3b64ba63d268d5ca45 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 
 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)