From 92c67507e7b9b94341b3453b01a124f642aa68fb Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Wed, 18 May 2022 00:03:41 +0200 Subject: Simplify tls code by removing all unused functions to allow for more generic helpers that can be used across lib wrappers --- vchat-commands.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vchat-commands.c') diff --git a/vchat-commands.c b/vchat-commands.c index 1b69a94..8094a7c 100755 --- a/vchat-commands.c +++ b/vchat-commands.c @@ -456,8 +456,8 @@ command_version(char *tail) writeout (vchat_io_version); writeout (vchat_us_version); writeout (vchat_cm_version); - writeout (vchat_ssl_version); - writeout (vchat_ssl_version_external); + writeout (vchat_tls_version); + writeout (vchat_tls_version_external); showout(); } -- cgit v1.2.3