diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-10 22:35:08 +0100 | 
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2006-01-10 22:35:08 +0100 | 
| commit | 8e419cb4f86679636b2d96618e1bec4853636c11 (patch) | |
| tree | b7514f0bd06ce2a1f5290c53552c692698091d2b /protocols/ssl_nss.c | |
| parent | 3e91c3ec7d6426c4c2819e78275f935e1a7fce2c (diff) | |
| parent | dd8d4c5243eea91dd3b0709ae76abdd3743e99bc (diff) | |
Merge Wilmer
Diffstat (limited to 'protocols/ssl_nss.c')
| -rw-r--r-- | protocols/ssl_nss.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/protocols/ssl_nss.c b/protocols/ssl_nss.c index d28983fc..dfd32622 100644 --- a/protocols/ssl_nss.c +++ b/protocols/ssl_nss.c @@ -44,7 +44,7 @@ static gboolean initialized = FALSE;  struct scd  { -	SslInputFunction func; +	ssl_input_function func;  	gpointer data;  	int fd;  	PRFileDesc *prfd; @@ -90,7 +90,7 @@ static SECStatus nss_bad_cert (void *arg, PRFileDesc *socket)  } -void *ssl_connect( char *host, int port, SslInputFunction func, gpointer data ) +void *ssl_connect( char *host, int port, ssl_input_function func, gpointer data )  {  	struct scd *conn = g_new0( struct scd, 1 ); | 
