Identify and move common internal libcrypto header files
[openssl.git] / crypto / bn / bn_gcd.c
index 9902e4eee9fa9287d3270b8b3bf2e97383154ca6..17c6cf5ce37059be5a486fca278b04ece2ef6a62 100644 (file)
  *
  */
 
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 
 static BIGNUM *euclid(BIGNUM *a, BIGNUM *b);