diff options
Diffstat (limited to 'src/IO/tls_openssl.h')
-rw-r--r-- | src/IO/tls_openssl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/IO/tls_openssl.h b/src/IO/tls_openssl.h index edde93ef..c7fa4167 100644 --- a/src/IO/tls_openssl.h +++ b/src/IO/tls_openssl.h @@ -8,7 +8,7 @@ * (for the certificate hostname checking from wget) * Copyright (C) 2011 Benjamin Johnson <obeythepenguin@users.sourceforge.net> * (for the https code offered from dplus browser that formed the basis...) - * Copyright (C) 2023 Rodrigo Arias Mallo <rodarima@gmail.com> + * Copyright (C) 2023-2024 Rodrigo Arias Mallo <rodarima@gmail.com> * * 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 @@ -31,6 +31,7 @@ extern "C" { #include "../url.h" +const char *a_Tls_openssl_version(char *buf, int n); void a_Tls_openssl_init(void); int a_Tls_openssl_certificate_is_clean(const DilloUrl *url); int a_Tls_openssl_connect_ready(const DilloUrl *url); |