summaryrefslogtreecommitdiffstats
path: root/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssl.h')
-rw-r--r--ssl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ssl.h b/ssl.h
index 4acb259..afebb8e 100644
--- a/ssl.h
+++ b/ssl.h
@@ -663,6 +663,13 @@ tls_test_payload_len (const struct tls_multi *multi)
return 0;
}
+static inline void
+tls_set_single_session (struct tls_multi *multi)
+{
+ if (multi)
+ multi->opt.single_session = true;
+}
+
/*
* protocol_dump() flags
*/