diff options
Diffstat (limited to 'src/lib-ssl-iostream/iostream-ssl-test.h')
-rw-r--r-- | src/lib-ssl-iostream/iostream-ssl-test.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib-ssl-iostream/iostream-ssl-test.h b/src/lib-ssl-iostream/iostream-ssl-test.h new file mode 100644 index 0000000..82c5811 --- /dev/null +++ b/src/lib-ssl-iostream/iostream-ssl-test.h @@ -0,0 +1,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 |