0dc2ebdd0aa31e668048b70adf5b2f2e1ffa2aed
[libradsec.git] / lib / tls.h
1 /* Copyright 2010 NORDUnet A/S. All rights reserved.
2    See the file COPYING 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