Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 313189
Collapse All | Expand All

(-)postfix-2.6.6.orig/src/tls/tls_client.c (+1 lines)
Lines 310-315 Link Here
310
     */
310
     */
311
    SSL_load_error_strings();
311
    SSL_load_error_strings();
312
    OpenSSL_add_ssl_algorithms();
312
    OpenSSL_add_ssl_algorithms();
313
    OpenSSL_add_all_algorithms();
313
314
314
    /*
315
    /*
315
     * Create an application data index for SSL objects, so that we can
316
     * Create an application data index for SSL objects, so that we can
(-)postfix-2.6.6.orig/src/tls/tls_server.c (+1 lines)
Lines 277-282 Link Here
277
     */
277
     */
278
    SSL_load_error_strings();
278
    SSL_load_error_strings();
279
    OpenSSL_add_ssl_algorithms();
279
    OpenSSL_add_ssl_algorithms();
280
    OpenSSL_add_all_algorithms();
280
281
281
    /*
282
    /*
282
     * First validate the protocols. If these are invalid, we can't continue.
283
     * First validate the protocols. If these are invalid, we can't continue.

Return to bug 313189