Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
postfix.1684
postfix-opensslconfig.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File postfix-opensslconfig.patch of Package postfix.1684
Index: src/tls/tls_server.c =================================================================== --- src/tls/tls_server.c.orig +++ src/tls/tls_server.c @@ -364,6 +364,7 @@ TLS_APPL_STATE *tls_server_init(const TL */ SSL_load_error_strings(); OpenSSL_add_ssl_algorithms(); + OPENSSL_config(NULL); /* * First validate the protocols. If these are invalid, we can't continue. Index: src/tls/tls_client.c =================================================================== --- src/tls/tls_client.c.orig +++ src/tls/tls_client.c @@ -307,6 +307,7 @@ TLS_APPL_STATE *tls_client_init(const TL */ SSL_load_error_strings(); OpenSSL_add_ssl_algorithms(); + OPENSSL_config(NULL); /* * Create an application data index for SSL objects, so that we can
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor