]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-ssl-iostream: Disable "CRYPTO_set_mem_functions() was called too late" for now
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 29 Jun 2016 22:15:38 +0000 (01:15 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 29 Jun 2016 22:16:26 +0000 (01:16 +0300)
It always happens at least with Ubuntu 16.04.

src/lib-ssl-iostream/dovecot-openssl-common.c

index 8e54ec74451b8b1badd4fcdf71d7ecadfa04faee..7d1ebf4f825fa32ff30f027f7e612c111c1d2961 100644 (file)
@@ -44,7 +44,7 @@ void dovecot_openssl_common_global_ref(void)
           conditions. */
        if (CRYPTO_set_mem_functions(dovecot_openssl_malloc,
                                     dovecot_openssl_realloc, free) == 0)
-               i_warning("CRYPTO_set_mem_functions() was called too late");
+               /*i_warning("CRYPTO_set_mem_functions() was called too late")*/;
 
        SSL_library_init();
        SSL_load_error_strings();