X-Git-Url: http://www.project-moonshot.org/gitweb/?p=radsecproxy.git;a=blobdiff_plain;f=lib%2Fevent.c;fp=lib%2Fevent.c;h=a532da9951996e0b81d4d51015b17c1fc049bc2b;hp=b572184f8dda209b69e4bf1d9b57e03dcacc3f8d;hb=11570f6201548b957b70e8b93e954538f01d09c7;hpb=da72e14ca91c1bdbee8bec0fcdd28054517cd200 diff --git a/lib/event.c b/lib/event.c index b572184..a532da9 100644 --- a/lib/event.c +++ b/lib/event.c @@ -158,7 +158,7 @@ event_init_bufferevent (struct rs_connection *conn, struct rs_peer *peer) #if defined (RS_ENABLE_TLS) else if (conn->realm->type == RS_CONN_TYPE_TLS) { - if (rs_tls_init (conn)) + if (tls_init_conn (conn)) return -1; /* Would be convenient to pass BEV_OPT_CLOSE_ON_FREE but things seem to break when be_openssl_ctrl() (in libevent) calls