Move more general parts of internal/cryptlib.h to new internal/common.h
[openssl.git] / crypto / http / http_client.c
index 9d66d7b75ba3074916003c2bc1ba1c30cd75a5c7..6be3e642e14ef0e7802a312820689fc410080592 100644 (file)
@@ -21,7 +21,7 @@
 #include <openssl/buffer.h>
 #include <openssl/http.h>
 #include "internal/sockets.h"
-#include "internal/cryptlib.h" /* for ossl_assert() */
+#include "internal/common.h" /* for ossl_assert() */
 
 #define HTTP_PREFIX "HTTP/"
 #define HTTP_VERSION_PATT "1." /* allow 1.x */