[Pkg-wmaker-commits] [wmbiff] 78/84: should really be able to catch these problems earler - without gnutls, the build would fail

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


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

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

commit 485e25549fd9da6c012ae1623eee80ac79221d67
Author: bluehal <bluehal>
Date:   Fri Nov 15 08:06:04 2002 +0000

    should really be able to catch these problems earler - without gnutls, the build would fail
---
 wmbiff/tlsComm.c | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/wmbiff/tlsComm.c b/wmbiff/tlsComm.c
index 4ea44c1..dfdc97e 100644
--- a/wmbiff/tlsComm.c
+++ b/wmbiff/tlsComm.c
@@ -459,12 +459,11 @@ 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
-										   __attribute__ ((unused)),
-										   /*@unused@ */ char *name
-										   __attribute__ ((unused)),
-										   /*@unused@ */ Pop3 pc
-										   __attribute__ ((unused)))
+struct connection_state *
+initialize_gnutls( /*@unused@ */ int sd __attribute__ ((unused)),
+                   /*@unused@ */ char *name __attribute__ ((unused)),
+                   /*@unused@ */ Pop3 pc __attribute__ ((unused)),
+                   /*@unused@ */ const char *remote_hostname __attribute__ ((unused)))
 {
 	DM(pc, 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