From 92bbb061acc027bbe29a8973422a60eda5bff88e Mon Sep 17 00:00:00 2001 From: james Date: Wed, 14 Dec 2005 01:09:11 +0000 Subject: svn merge -r 845:854 $SO/trunk/openvpn . git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@855 e7ae566f-a301-0410-adde-c780ea21d3b5 --- ssl.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ssl.h') 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 */ -- cgit