Implemented gsasl driver for authentication.
[exim.git] / src / src / auths / cyrus_sasl.c
index fea1def38392db142e64a48b94aab91c07a9c3db..df7abc9281c516e913feaf05100bf5ff185bae1d 100644 (file)
@@ -113,7 +113,7 @@ if(ob->server_mech == NULL)
  * authenticator of type whatever mechanism we're using
  */
 
-cbs[0].proc = &mysasl_config;
+cbs[0].proc = (int(*)(void))&mysasl_config;
 cbs[0].context = ob->server_mech;
 
 rc=sasl_server_init(cbs, "exim");