U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Library : Other (not classified elsewhere) » SSL and USEMALLOC
Re: SSL and USEMALLOC [message #58087 is a reply to message #58086] Sat, 12 February 2022 08:36 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
Can you try this fix:

INITIALIZER(SSL)
{
	MemoryIgnoreLeaksBlock __;
	LLOG("SslInit");
	TcpSocketInit();
#ifdef UPP_HEAP
	CRYPTO_set_mem_functions(SslAlloc, SslRealloc, SslFree);
#endif
	SSL_library_init();
	SSL_load_error_strings();
}


?
 
Read Message
Read Message
Read Message
Previous Topic: HelloWorld example fails building
Next Topic: vectormap exampe is not working anymore
Goto Forum:
  


Current Time: Mon May 11 11:22:59 GMT+2 2026

Total time taken to generate the page: 0.00446 seconds