Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 14265
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 Jul 14 08:41:16 CEST 2025

Total time taken to generate the page: 0.03847 seconds