summaryrefslogtreecommitdiff
path: root/vchat-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'vchat-client.c')
-rwxr-xr-xvchat-client.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/vchat-client.c b/vchat-client.c
index d1afaa2..a22df94 100755
--- a/vchat-client.c
+++ b/vchat-client.c
@@ -430,7 +430,7 @@ void versions() {
430 puts(vchat_us_version); 430 puts(vchat_us_version);
431 puts(vchat_cm_version); 431 puts(vchat_cm_version);
432 puts(vchat_tls_version); 432 puts(vchat_tls_version);
433 puts(vchat_tls_version_external); 433 puts(vchat_tls_version_external());
434} 434}
435 435
436/* main - d'oh */ 436/* main - d'oh */
@@ -443,9 +443,6 @@ int main(int argc, char **argv) {
443 loadconfig(GLOBAL_CONFIG_FILE); 443 loadconfig(GLOBAL_CONFIG_FILE);
444 loadconfig(getstroption(CF_CONFIGFILE)); 444 loadconfig(getstroption(CF_CONFIGFILE));
445 445
446 /* make SSL version used visible */
447 vchat_tls_get_version_external();
448
449 /* parse commandline */ 446 /* parse commandline */
450 while (cmdsunparsed) { 447 while (cmdsunparsed) {
451 pchar = getopt(argc, argv, "C:F:lzs:p:c:n:f:kKL:hv"); 448 pchar = getopt(argc, argv, "C:F:lzs:p:c:n:f:kKL:hv");