File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -55,3 +55,9 @@ include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../../lib/mls_vectors/include")
5555include_directories ("${CMAKE_CURRENT_SOURCE_DIR} /../../lib/tls_syntax/include" )
5656# For nlohmann/json.hpp
5757include_directories ("${CMAKE_CURRENT_SOURCE_DIR} /../../../include" )
58+ if (DPP_USE_EXTERNAL_JSON)
59+ add_compile_definitions (DPP_USE_EXTERNAL_JSON)
60+ message ("-- HPKE using external nlohmann::json" )
61+ else ()
62+ message ("-- HPKE using DPP nlohmann::json" )
63+ endif ()
Original file line number Diff line number Diff line change 3030#include < functional>
3131#include < iostream>
3232#ifdef _WIN32
33- #include < io.h>
33+ #include < io.h>
3434#else
35- #include < unistd.h>
35+ #include < unistd.h>
36+ #include < sys/stat.h>
3637#endif
3738#include < fcntl.h>
3839#include < bytes/bytes.h>
You can’t perform that action at this time.
0 commit comments