Stop rs_request_send() from leaking RSE_TIMEOUT_CONN and RSE_TIMEOUT_IO.
[libradsec.git] / lib / tls.h
1 /* Copyright 2010-2012 NORDUnet A/S. All rights reserved.
2    See LICENSE for licensing information. */
3
4 #if defined (__cplusplus)
5 extern "C" {
6 #endif
7
8 int rs_tls_init (struct rs_connection *conn);
9 int tls_verify_cert (struct rs_connection *conn);
10
11 #if defined (__cplusplus)
12 }
13 #endif