Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / x509v3 / v3_bitst.c
index b3b6c49af938a32f97d0dd2d28b1eb458d4ad32b..35cbc821ab0d8e605ec6fecca40eeade804ed945 100644 (file)
@@ -58,8 +58,8 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "conf.h"
-#include "x509v3.h"
+#include <openssl/conf.h>
+#include <openssl/x509v3.h>
 
 #ifndef NOPROTO
 static ASN1_BIT_STRING *asn1_bit_string_new(void);