From 1baacd434046adcdf7cace66750f34ba3fc78b52 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 24 Nov 2024 16:56:17 +0100 Subject: Add support to query version in TLS backends --- src/IO/tls_mbedtls.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/IO/tls_mbedtls.h') diff --git a/src/IO/tls_mbedtls.h b/src/IO/tls_mbedtls.h index 8ce16318..16e50803 100644 --- a/src/IO/tls_mbedtls.h +++ b/src/IO/tls_mbedtls.h @@ -4,7 +4,7 @@ * Copyright (C) 2011 Benjamin Johnson * (for the https code offered from dplus browser that formed the basis...) * Copyright 2016 corvid - * Copyright (C) 2023 Rodrigo Arias Mallo + * Copyright (C) 2023-2024 Rodrigo Arias Mallo * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,6 +21,7 @@ extern "C" { #include "../url.h" +const char *a_Tls_mbedtls_version(char *buf, int n); void a_Tls_mbedtls_init(void); int a_Tls_mbedtls_certificate_is_clean(const DilloUrl *url); int a_Tls_mbedtls_connect_ready(const DilloUrl *url); -- cgit v1.2.3