Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / ssl / ssl_task.c
index ab72166665f5f81cb6f74047863b22c1f49fe087..05f9325904577d1222a8bc21e25a639fea783e84 100644 (file)
@@ -123,11 +123,11 @@ int LIB$INIT_TIMER(), LIB$SHOW_TIMER();
 
 #include <string.h>            /* from ssltest.c */
 #include <errno.h>
-#include "buffer.h"
+#include <openssl/buffer.h>
 #include "../e_os.h"
-#include "x509.h"
-#include "ssl.h"
-#include "err.h"
+#include <openssl/x509.h>
+#include <openssl/ssl.h>
+#include <openssl/err.h>
 
 int MS_CALLBACK verify_callback(int ok, X509 *xs, X509 *xi, int depth,
        int error);