fix: add OpenSSL headers for HMAC and MD5 support in OverteClient

This commit is contained in:
MayaTheShy
2025-11-10 01:19:59 -05:00
parent 612112934f
commit fc355ec225

View File

@@ -23,6 +23,8 @@
#include <cstring>
#include <zlib.h>
#include <endian.h>
#include <openssl/hmac.h>
#include <openssl/md5.h>
using namespace std::chrono_literals;
using namespace Overte;