Core/SSL: Fixed macos clang warnings

This commit is contained in:
Mirek Fidler 2026-04-25 09:59:01 +02:00
parent 5ada079401
commit 07772ac09b

View file

@ -6,6 +6,8 @@ namespace Upp {
#ifdef UPP_HEAP
#ifndef _DEBUG // temporary solution unless we find the source of all those harmless leaks
static int64 UPP_SSL_alloc = 0;
#if OPENSSL_VERSION_NUMBER >= 0x10100000L
@ -81,6 +83,8 @@ static void *SslRealloc(void *ptr, size_t size)
#endif
#endif
void SocketInit();
INITIALIZER(SSL)