Enable tls psk
[radsecproxy.git] / conn.h
1 /* Copyright 2011,2013 NORDUnet A/S. All rights reserved.
2    See LICENSE for licensing information. */
3
4 int conn_user_dispatch_p (const struct rs_connection *conn);
5 int conn_activate_timeout (struct rs_connection *conn);
6 int conn_type_tls (const struct rs_connection *conn);
7 int conn_cred_psk (const struct rs_connection *conn);