[Pkg-wmaker-commits] [wmbiff] 04/32: bugfix to support compilation without crypto

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:00:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_3_8
in repository wmbiff.

commit c31082ad929928303460cb8507ca07db855a2502
Author: bluehal <bluehal>
Date:   Sat Mar 2 05:50:34 2002 +0000

    bugfix to support compilation without crypto
---
 wmbiff/tlsComm.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/wmbiff/tlsComm.c b/wmbiff/tlsComm.c
index 8152303..2bcdd89 100644
--- a/wmbiff/tlsComm.c
+++ b/wmbiff/tlsComm.c
@@ -297,8 +297,8 @@ static int print_info(GNUTLS_STATE state)
 			printf(" - Certificate Issuer's info:\n");
 			PRINT_DN(dn);
 		}
-    default:
-      printf(" - Other.\n");
+	default:
+		printf(" - Other.\n");
 	}
 
 	tmp = gnutls_protocol_get_name(gnutls_protocol_get_version(state));
@@ -402,7 +402,8 @@ void handle_gnutls_read_error(int readbytes, struct connection_state *scs)
 #else
 /* declare stubs when tls isn't compiled in */
 struct connection_state *initialize_gnutls( /*@unused@ */ int sd,
-										   /*@unused@ */ char *name)
+										   /*@unused@ */ char *name,
+										   /*@unused@ */ Pop3 pc)
 {
 	DMA(DEBUG_ERROR,
 		"FATAL: tried to initialize ssl when ssl wasn't compiled in.\n");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list