summaryrefslogtreecommitdiff
path: root/vchat.h
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2022-05-25 00:23:08 +0200
committerDirk Engling <erdgeist@erdgeist.org>2022-05-25 00:23:08 +0200
commit0bd0d4e6db2093186e91aa023865f16c793854e2 (patch)
tree18ad198b26f0be89c3a385cd09b7bcfe3a5063ac /vchat.h
parentacc107e1a89cc599d9c00b3e899e39af3159e950 (diff)
Make tls engine runtime configurable
Diffstat (limited to 'vchat.h')
-rwxr-xr-xvchat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vchat.h b/vchat.h
index dbd5a9f..412566a 100755
--- a/vchat.h
+++ b/vchat.h
@@ -44,6 +44,7 @@ typedef enum {
44 CF_FINGERPRINT, 44 CF_FINGERPRINT,
45 CF_PINFINGER, 45 CF_PINFINGER,
46 CF_USESSL, 46 CF_USESSL,
47 CF_TLSLIB,
47 CF_IGNSSL, 48 CF_IGNSSL,
48 CF_VERIFYSSL, 49 CF_VERIFYSSL,
49 CF_USECERT, 50 CF_USECERT,
@@ -243,5 +244,3 @@ typedef struct {
243 244
244/* vchat-tls.c */ 245/* vchat-tls.c */
245extern const char *vchat_tls_version; 246extern const char *vchat_tls_version;
246extern const char *vchat_tls_version_external;
247void vchat_tls_get_version_external();