mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
Core/SSL: Fixed macos clang warnings
This commit is contained in:
parent
5ada079401
commit
07772ac09b
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue