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-client.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vchat-client.c') diff --git a/vchat-client.c b/vchat-client.c index 39b42d9..65cc335 100755 --- a/vchat-client.c +++ b/vchat-client.c @@ -440,8 +440,8 @@ void versions() { puts (vchat_io_version); puts (vchat_us_version); puts (vchat_cm_version); - puts (vchat_ssl_version); - puts (vchat_ssl_version_external); + puts (vchat_tls_version); + puts (vchat_tls_version_external); } /* main - d'oh */ @@ -457,7 +457,7 @@ main (int argc, char **argv) loadconfig (getstroption (CF_CONFIGFILE)); /* make SSL version used visible */ - vchat_ssl_get_version_external(); + vchat_tls_get_version_external(); /* parse commandline */ while (cmdsunparsed) { -- cgit v1.2.3