remove openssl include

This commit is contained in:
2021-06-03 19:42:02 +02:00
parent e79de5d92e
commit 737097fbed

View File

@@ -14,7 +14,6 @@
#include <fmt/chrono.h> #include <fmt/chrono.h>
#include <fmt/ostream.h> #include <fmt/ostream.h>
#include <nlohmann/json.hpp> #include <nlohmann/json.hpp>
#include <openssl/md5.h>
#include <spdlog/spdlog.h> #include <spdlog/spdlog.h>
using json = nlohmann::json; using json = nlohmann::json;