Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / asn1 / f_enum.c
index 392e6b0184eb1209eca2be7f7c4cc9ce86b193b8..ea460eb1df755a4df0ecc60ede9a3a9528489843 100644 (file)
@@ -58,8 +58,8 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "buffer.h"
-#include "x509.h"
+#include <openssl/buffer.h>
+#include <openssl/x509.h>
 
 /* Based on a_int.c: equivalent ENUMERATED functions */