fix(Core/Crypto): fix crash (#17100)

This commit is contained in:
Kitzunu
2023-08-28 19:15:22 +02:00
committed by GitHub
parent 5d01b700fd
commit 5c0a051fd5

View File

@@ -16,6 +16,7 @@
*/
#include "OpenSSLCrypto.h"
#include <openssl/crypto.h> // NOTE: this import is NEEDED (even though some IDEs report it as unused)
#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER < 0x1010000fL
#include <vector>