Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / ssl / ssl_cert.c
index 90eb769ea605acfead86e9d5b2b6a50a642a99da..88cc5fc21a33ab51ba847e6d075de2ea1ca095c3 100644 (file)
@@ -61,9 +61,9 @@
 #ifndef WIN32
 #include <dirent.h>
 #endif
-#include "objects.h"
-#include "bio.h"
-#include "pem.h"
+#include <openssl/objects.h>
+#include <openssl/bio.h>
+#include <openssl/pem.h>
 #include "ssl_locl.h"
 
 int SSL_get_ex_data_X509_STORE_CTX_idx(void)