summaryrefslogtreecommitdiff
path: root/vchat-ssl.c
diff options
context:
space:
mode:
authorAndreas Kotes <count@flatline.de>2014-04-16 15:28:51 +0200
committerAndreas Kotes <count@flatline.de>2014-04-16 15:28:51 +0200
commitedba804a0cbd19e5c971c55661bcf83967573906 (patch)
tree0582627886aaabb13fa3baf23b01a3cb2da9ec77 /vchat-ssl.c
parent0171de7653dbc409f8a936e80a8c9bc3ab3d1bdb (diff)
fix version strings
Diffstat (limited to 'vchat-ssl.c')
-rwxr-xr-xvchat-ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vchat-ssl.c b/vchat-ssl.c
index 999d6b8..68e3699 100755
--- a/vchat-ssl.c
+++ b/vchat-ssl.c
@@ -32,7 +32,7 @@
32#include "vchat.h" 32#include "vchat.h"
33#include "vchat-ssl.h" 33#include "vchat-ssl.h"
34 34
35const char *vchat_ssl_version = "$Id$"; 35const char *vchat_ssl_version = "vchat-ssl.c $Id$";
36 36
37#define VC_CTX_ERR_EXIT(se, cx) do { \ 37#define VC_CTX_ERR_EXIT(se, cx) do { \
38 snprintf(tmpstr, TMPSTRSIZE, "CREATE CTX: %s", \ 38 snprintf(tmpstr, TMPSTRSIZE, "CREATE CTX: %s", \