From 5edc81cc3783b0024d1eeea160927c0583a32e60ad2a15ccf9519ea76e740a3a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 17 Apr 2007 14:18:27 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=52 --- exim-4.66-openssl-0.9.8e.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 exim-4.66-openssl-0.9.8e.patch diff --git a/exim-4.66-openssl-0.9.8e.patch b/exim-4.66-openssl-0.9.8e.patch deleted file mode 100644 index 13901df..0000000 --- a/exim-4.66-openssl-0.9.8e.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -uNr exim-4.66.orig/src/tls-openssl.c exim-4.66/src/tls-openssl.c ---- exim-4.66.orig/src/tls-openssl.c 2007-01-08 15:25:37.000000000 +0100 -+++ exim-4.66/src/tls-openssl.c 2007-03-09 10:52:32.904901000 +0100 -@@ -343,8 +343,7 @@ - /* Set up the information callback, which outputs if debugging is at a suitable - level. */ - --if (!(SSL_CTX_set_info_callback(ctx, (void (*)())info_callback))) -- return tls_error(US"SSL_CTX_set_info_callback", host); -+SSL_CTX_set_info_callback(ctx, (void (*)())info_callback); - - /* The following patch was supplied by Robert Roselius */ -