blob: 82c581169f78232de30dcecf29ae2bfc5ab6fab7 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef IOSTREAM_SSL_TEST_H
#define IOSTREAM_SSL_TEST_H
struct ssl_iostream_settings;
void ssl_iostream_test_settings_server(struct ssl_iostream_settings *test_set);
void ssl_iostream_test_settings_client(struct ssl_iostream_settings *test_set);
#endif
|