Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / dh / dh_lib.c
index 12b40cd1a40310f9eadda912204850e736492597..61e0720e8a7960bceba032b0b000945004eb44d5 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>
 
 const char *DH_version="Diffie-Hellman" OPENSSL_VERSION_PTEXT;