From 0171de7653dbc409f8a936e80a8c9bc3ab3d1bdb Mon Sep 17 00:00:00 2001 From: Andreas Kotes Date: Wed, 16 Apr 2014 15:20:49 +0200 Subject: version 0.19 * fixed version string display * failing on SSL verify failures * removed ignssl option * reenabled ciphers options * added verifyssl option (cert verify depth) --- vchat-commands.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vchat-commands.c') diff --git a/vchat-commands.c b/vchat-commands.c index 2c3d68b..5ade188 100755 --- a/vchat-commands.c +++ b/vchat-commands.c @@ -29,7 +29,7 @@ #include "vchat-user.h" /* version of this module */ -char *vchat_cm_version = "$Id$"; +const char *vchat_cm_version = "$Id$"; /* from vchat-client.c */ extern int ownquit; @@ -452,6 +452,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); showout(); } -- cgit v1.2.3