From 0bd0d4e6db2093186e91aa023865f16c793854e2 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Wed, 25 May 2022 00:23:08 +0200 Subject: Make tls engine runtime configurable --- vchat.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vchat.h') diff --git a/vchat.h b/vchat.h index dbd5a9f..412566a 100755 --- a/vchat.h +++ b/vchat.h @@ -44,6 +44,7 @@ typedef enum { CF_FINGERPRINT, CF_PINFINGER, CF_USESSL, + CF_TLSLIB, CF_IGNSSL, CF_VERIFYSSL, CF_USECERT, @@ -243,5 +244,3 @@ typedef struct { /* vchat-tls.c */ extern const char *vchat_tls_version; -extern const char *vchat_tls_version_external; -void vchat_tls_get_version_external(); -- cgit v1.2.3