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-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vchat-commands.c') diff --git a/vchat-commands.c b/vchat-commands.c index 9aa3abd..3ef3132 100755 --- a/vchat-commands.c +++ b/vchat-commands.c @@ -449,7 +449,7 @@ void command_version(char *tail) { writeout(vchat_us_version); writeout(vchat_cm_version); writeout(vchat_tls_version); - writeout(vchat_tls_version_external); + writeout(vchat_tls_version_external()); showout(); } -- cgit v1.2.3