wolfSSL: Use variable type wc_Md5 instead of md5
[privoxy.git] / 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;