Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / x509v3 / v3_conf.c
index 8e42bd8ac87d27566a45b882466e27e4d38fccfb..29982e68c3193a030bdd6c7c62eefb1003e8ee3b 100644 (file)
@@ -62,9 +62,9 @@
 #include <stdio.h>
 #include <ctype.h>
 #include "cryptlib.h"
-#include "conf.h"
-#include "x509.h"
-#include "x509v3.h"
+#include <openssl/conf.h>
+#include <openssl/x509.h>
+#include <openssl/x509v3.h>
 
 #ifndef NOPROTO
 static int v3_check_critical(char **value);