Fix memory leaks and other mistakes on errors
[oweals/openssl.git] / crypto / bn / bn_div.c
index 1dead86e9099d74a3f238d6108879dcd658a68c4..cbf27d3e943eb4bc973eee8c5ff7ce471179f0db 100644 (file)
@@ -57,7 +57,7 @@
  */
 
 #include <openssl/bn.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 
 /* The old slow way */