From e3785036766088f2eaafbede89eff8502cc9a720 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 31 Mar 2024 17:01:36 +0200 Subject: [PATCH] wolfSSL: Use variable type WC_RNG instead of RNG As Roland reported [0] the latter may not be available. [0] --- 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 /* -- 2.39.2