blob: 4707b93b789cf67fab7ff4f0a1efe029e477967f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* Copyright 2010-2012 NORDUnet A/S. All rights reserved.
See LICENSE for licensing information. */
#if defined (__cplusplus)
extern "C" {
#endif
int rs_tls_init (struct rs_connection *conn);
int tls_verify_cert (struct rs_connection *conn);
#if defined (__cplusplus)
}
#endif
|