Use "" for include internal/xxx
[openssl.git] / ssl / statem / statem_clnt.c
index 85ed3e42597c382b386fb5b136f2248b4be2b2cd..ad1d0e7e058457e2cd0ad6cb147aa93571ff9f65 100644 (file)
@@ -26,7 +26,7 @@
 #include <openssl/trace.h>
 #include <openssl/core_names.h>
 #include <openssl/param_build.h>
-#include <internal/cryptlib.h>
+#include "internal/cryptlib.h"
 
 static MSG_PROCESS_RETURN tls_process_as_hello_retry_request(SSL *s, PACKET *pkt);
 static MSG_PROCESS_RETURN tls_process_encrypted_extensions(SSL *s, PACKET *pkt);