Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / dh / dh_check.c
index e631f60718299d6766d8809e093e13a3a85b10a1..95ce9cfad012f9e531d298496b8244c6e3f7c705 100644 (file)
@@ -58,8 +58,8 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "bn.h"
-#include "dh.h"
+#include <openssl/bn.h>
+#include <openssl/dh.h>
 
 /* Check that p is a strong prime and
  * if g is 2, 3 or 5, check that is is a suitable generator