From 0bd0d4e6db2093186e91aa023865f16c793854e2 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Wed, 25 May 2022 00:23:08 +0200 Subject: Make tls engine runtime configurable --- vchat-connection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vchat-connection.h') diff --git a/vchat-connection.h b/vchat-connection.h index 2889c82..766dc0a 100644 --- a/vchat-connection.h +++ b/vchat-connection.h @@ -7,3 +7,5 @@ void vc_sendmessage(const char *message); int vc_receive(); int vc_poll(); void vc_disconnect(); + +const char *vchat_tls_version_external(); -- cgit v1.2.3