]> git.pld-linux.org Git - packages/fetchmail.git/blame - fetchmail-ssl.patch
- added macros in /etc/logrotate.d
[packages/fetchmail.git] / fetchmail-ssl.patch
CommitLineData
b2a087ee
AM
1diff -urN fetchmail-6.2.5.org/socket.c fetchmail-6.2.5/socket.c
2--- fetchmail-6.2.5.org/socket.c 2004-08-20 01:45:26.521602080 +0200
3+++ fetchmail-6.2.5/socket.c 2004-08-20 01:46:14.535302888 +0200
4@@ -1009,6 +1009,7 @@
5
6 if( NULL != ( ssl = SSLGetContext( sock ) ) ) {
7 /* Clean up the SSL stack */
8+ SSL_shutdown( _ssl_context[sock] );
9 SSL_free( _ssl_context[sock] );
10 _ssl_context[sock] = NULL;
11 }
12@@ -1027,6 +1028,7 @@
13
14 if( NULL != ( ssl = SSLGetContext( sock ) ) ) {
15 /* Clean up the SSL stack */
16+ SSL_shutdown( _ssl_context[sock] );
17 SSL_free( _ssl_context[sock] );
18 _ssl_context[sock] = NULL;
19 }
This page took 0.070794 seconds and 4 git commands to generate.