[Privoxy-commits] [privoxy] 02/04: wolfSSL: Use variable type wc_Md5 instead of md5

User Git git at git.privoxy.org
Mon Apr 1 13:17:43 CEST 2024


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 6c44c20c21ee03820b9d526af0b74818e7ffbda6
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Mar 31 17:04:43 2024 +0200

    wolfSSL: Use variable type wc_Md5 instead of md5
    
    As Roland reported [0] the latter may not be available.
    
    [0] <https://lists.privoxy.org/pipermail/privoxy-devel/2024-March/000759.html>
---
 wolfssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wolfssl.c b/wolfssl.c
index 0ca0605f..0357efa1 100644
--- 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;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list