wolfSSL: Use variable type wc_Md5 instead of md5
authorFabian Keil <fk@fabiankeil.de>
Sun, 31 Mar 2024 15:04:43 +0000 (17:04 +0200)
committerFabian Keil <fk@fabiankeil.de>
Mon, 1 Apr 2024 11:17:47 +0000 (13:17 +0200)
As Roland reported [0] the latter may not be available.

[0] <https://lists.privoxy.org/pipermail/privoxy-devel/2024-March/000759.html>

wolfssl.c

index 0ca0605..0357efa 100644 (file)
--- a/wolfssl.c
+++ b/wolfssl.c
@@ -736,7 +736,7 @@ exit:
  *********************************************************************/
 static int host_to_hash(struct client_state *csp)
 {
-   Md5 md5;
+   wc_Md5 md5;
    int ret;
    size_t i;