[Privoxy-commits] [privoxy] 01/04: wolfSSL: Use variable type WC_RNG instead of RNG
User Git
git at git.privoxy.org
Mon Apr 1 13:17:42 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 e3785036766088f2eaafbede89eff8502cc9a720
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Mar 31 17:01:36 2024 +0200
wolfSSL: Use variable type WC_RNG instead of RNG
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 08f3d715..0ca0605f 100644
--- a/wolfssl.c
+++ b/wolfssl.c
@@ -66,7 +66,7 @@ static int wolfssl_initialized = 0;
* doesn't matter because we only use it with
* the certificate_mutex locked.
*/
-static RNG wolfssl_rng;
+static WC_RNG wolfssl_rng;
#ifndef WOLFSSL_ALT_CERT_CHAINS
/*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list