--- s2s/main.c.orig Tue Nov 30 20:31:37 2004 +++ s2s/main.c Tue Nov 30 20:31:54 2004 @@ -395,7 +395,7 @@ #ifdef HAVE_SSL /* get the ssl context up and running */ if(s2s->local_pemfile != NULL) { - s2s->sx_ssl = sx_env_plugin(s2s->sx_env, sx_ssl_init, s2s->local_pemfile); + s2s->sx_ssl = sx_env_plugin(s2s->sx_env, sx_ssl_init, s2s->local_pemfile, NULL); if(s2s->sx_ssl == NULL) { log_write(s2s->log, LOG_ERR, "failed to load local SSL pemfile, SSL will not be available to peers"); s2s->local_pemfile = NULL;