Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / asn1 / i2d_dhp.c
index 690ba1ab8f6febb4ab85705b84c046eb31c01671..c3763eb6a5182c7ff8a82be621b71a30967539e4 100644 (file)
@@ -58,9 +58,9 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "bn.h"
-#include "asn1_mac.h"
-#include "dh.h"
+#include <openssl/bn.h>
+#include <openssl/asn1_mac.h>
+#include <openssl/dh.h>
 
 /*
  * ASN1err(ASN1_F_D2I_DHPARAMS,ERR_R_ASN1_LENGTH_MISMATCH);