diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2022-05-18 00:03:41 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2022-05-18 00:03:41 +0200 |
commit | 92c67507e7b9b94341b3453b01a124f642aa68fb (patch) | |
tree | b1060d20c938014681ecbc1ed8cdac78f0cbe92f /vchat.h | |
parent | fb028f975b9d40680e0dfbc94081ac72ed7067f7 (diff) |
Simplify tls code by removing all unused functions to allow for more generic helpers that can be used across lib wrappers
Diffstat (limited to 'vchat.h')
-rwxr-xr-x | vchat.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -167,6 +167,6 @@ typedef struct { | |||
167 | } commandentry; | 167 | } commandentry; |
168 | 168 | ||
169 | /* vchat-tls.c */ | 169 | /* vchat-tls.c */ |
170 | extern const char *vchat_ssl_version; | 170 | extern const char *vchat_tls_version; |
171 | extern const char *vchat_ssl_version_external; | 171 | extern const char *vchat_tls_version_external; |
172 | void vchat_ssl_get_version_external(); | 172 | void vchat_tls_get_version_external(); |