From 92c67507e7b9b94341b3453b01a124f642aa68fb Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Wed, 18 May 2022 00:03:41 +0200 Subject: Simplify tls code by removing all unused functions to allow for more generic helpers that can be used across lib wrappers --- vchat.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vchat.h') diff --git a/vchat.h b/vchat.h index c6077a6..71ad149 100755 --- a/vchat.h +++ b/vchat.h @@ -167,6 +167,6 @@ typedef struct { } commandentry; /* vchat-tls.c */ -extern const char *vchat_ssl_version; -extern const char *vchat_ssl_version_external; -void vchat_ssl_get_version_external(); +extern const char *vchat_tls_version; +extern const char *vchat_tls_version_external; +void vchat_tls_get_version_external(); -- cgit v1.2.3