Change #include filenames from <foo.h> to <openssl.h>.
Submitted by:
Reviewed by:
PR:
diff --git a/crypto/objects/obj_dat.c b/crypto/objects/obj_dat.c
index f42c462..43b5c4a 100644
--- a/crypto/objects/obj_dat.c
+++ b/crypto/objects/obj_dat.c
@@ -59,9 +59,9 @@
#include <stdio.h>
#include <ctype.h>
#include "cryptlib.h"
-#include "lhash.h"
-#include "asn1.h"
-#include "objects.h"
+#include <openssl/lhash.h>
+#include <openssl/asn1.h>
+#include <openssl/objects.h>
/* obj_dat.h is generated from objects.h by obj_dat.pl */
#ifndef NO_OBJECT