summaryrefslogtreecommitdiff
path: root/libmu_auth/notls.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmu_auth/notls.c')
-rw-r--r--libmu_auth/notls.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/libmu_auth/notls.c b/libmu_auth/notls.c
index 273ed2bfa..0b2810eaf 100644
--- a/libmu_auth/notls.c
+++ b/libmu_auth/notls.c
@@ -15,6 +15,30 @@ mu_tls_stream_create (mu_stream_t *pstream,
return ENOSYS;
}
+int
+mu_tlsfd_stream_create (mu_stream_t *pstream, int ifd, int ofd,
+ struct mu_tls_config const *conf,
+ enum mu_tls_type type)
+{
+ return ENOSYS;
+}
+
+int
+mu_tlsfd_stream2_convert (mu_stream_t *pstream,
+ mu_stream_t istr, mu_stream_t ostr,
+ struct mu_tls_config const *conf,
+ enum mu_tls_type type)
+{
+ return ENOSYS;
+}
+
+int
+mu_starttls (mu_stream_t *pstream, struct mu_tls_config *conf,
+ enum mu_tls_type type)
+{
+ return ENOSYS;
+}
+
void
mu_deinit_tls_libs (void)
{

Return to:

Send suggestions and report system problems to the System administrator.