logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

serf-1.3.9-openssl_malloc_init.patch (404B)


  1. diff --git a/./buckets/ssl_buckets.c b/./buckets/ssl_buckets.c.new
  2. index b01e535..c64295d 100644
  3. --- a/./buckets/ssl_buckets.c
  4. +++ b/./buckets/ssl_buckets.c.new
  5. @@ -1156,7 +1156,7 @@ static void init_ssl_libraries(void)
  6. }
  7. #endif
  8. -#ifdef USE_OPENSSL_1_1_API
  9. +#ifdef USE_OPENSSL_1_1_API && !defined(LIBRESSL_VERSION_NUMBER)
  10. OPENSSL_malloc_init();
  11. #else
  12. CRYPTO_malloc_init();