postfix/postfix-opensslconfig.patch
Philipp Thomas 54507f7125 Accepting request 201986 from home:elvigia:branches:server:mail
- two improvements for 13.1 and factory
* postfix-opensslconfig.patch call openSSL_config 
  so postfix respects the system's openssl configuration
* postfix-SuSE/postfix.service since a few months there
  is no mail-transfer-agent.target, units must be ordered
  after a list of smtpd implementations instead.

OBS-URL: https://build.opensuse.org/request/show/201986
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=176
2013-10-10 17:35:44 +00:00

21 lines
664 B
Diff

--- postfix-2.9.6.orig/src/tls/tls_server.c
+++ postfix-2.9.6/src/tls/tls_server.c
@@ -317,6 +317,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.
--- postfix-2.9.6.orig/src/tls/tls_client.c
+++ postfix-2.9.6/src/tls/tls_client.c
@@ -323,6 +323,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