diff --git a/CMakeLists.txt b/CMakeLists.txt index 8bf1737b..ef25f711 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,6 +137,7 @@ target_link_libraries (${PROJECT_NAME} Threads::Threads) add_library (civetweb STATIC civetweb/src/civetweb.c civetweb/src/CivetServer.cpp) target_link_libraries (${PROJECT_NAME} civetweb) target_include_directories(civetweb PUBLIC civetweb/include) +add_definitions(-DOPENSSL_API_1_1) add_definitions(-DHAVE_JPEG) diff --git a/civetweb b/civetweb index ce8f6d38..8e243456 160000 --- a/civetweb +++ b/civetweb @@ -1 +1 @@ -Subproject commit ce8f6d38a60eb16c996afee1e5340f76ef4d0923 +Subproject commit 8e243456965c9be5212cb96519da69cd54550e3d diff --git a/html b/html index 1959a14e..c5a89d75 160000 --- a/html +++ b/html @@ -1 +1 @@ -Subproject commit 1959a14ede9150c612df71b9c434f0f5d1c919a3 +Subproject commit c5a89d75d60ee54cc45fb8736beccfc4d60589e7