summaryrefslogtreecommitdiff
path: root/vchat-commands.c
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2022-05-18 00:03:41 +0200
committerDirk Engling <erdgeist@erdgeist.org>2022-05-18 00:03:41 +0200
commit92c67507e7b9b94341b3453b01a124f642aa68fb (patch)
treeb1060d20c938014681ecbc1ed8cdac78f0cbe92f /vchat-commands.c
parentfb028f975b9d40680e0dfbc94081ac72ed7067f7 (diff)
Simplify tls code by removing all unused functions to allow for more generic helpers that can be used across lib wrappers
Diffstat (limited to 'vchat-commands.c')
-rwxr-xr-xvchat-commands.c4
1 files changed, 2 insertions, 2 deletions
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)
456 writeout (vchat_io_version); 456 writeout (vchat_io_version);
457 writeout (vchat_us_version); 457 writeout (vchat_us_version);
458 writeout (vchat_cm_version); 458 writeout (vchat_cm_version);
459 writeout (vchat_ssl_version); 459 writeout (vchat_tls_version);
460 writeout (vchat_ssl_version_external); 460 writeout (vchat_tls_version_external);
461 showout(); 461 showout();
462} 462}
463 463