diff freeDiameter/cnxctx.h @ 543:40141acabee7

Fix behavior of TLS/SCTP when only one peer does not accept the remote certificate
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 14 Sep 2010 13:31:27 +0900
parents 26aafbbc1640
children
line wrap: on
line diff
--- a/freeDiameter/cnxctx.h	Mon Sep 13 18:39:22 2010 +0900
+++ b/freeDiameter/cnxctx.h	Tue Sep 14 13:31:27 2010 +0900
@@ -127,7 +127,7 @@
 
 int fd_sctps_init(struct cnxctx * conn);
 int fd_sctps_handshake_others(struct cnxctx * conn, char * priority, void * alt_creds);
-int fd_sctps_startthreads(struct cnxctx * conn);
+int fd_sctps_startthreads(struct cnxctx * conn, int others);
 void fd_sctps_bye(struct cnxctx * conn);
 void fd_sctps_waitthreadsterm(struct cnxctx * conn);
 void fd_sctps_gnutls_deinit_others(struct cnxctx * conn);
"Welcome to our mercurial repository"