This commit is contained in:
parent
c2fc861bc1
commit
5d07aa99bd
13
exim-4.66-openssl-0.9.8e.patch
Normal file
13
exim-4.66-openssl-0.9.8e.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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 */
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user