wolfSSL: Use variable type WC_RNG instead of RNG
[privoxy.git] / wolfssl.c
index 08f3d71..0ca0605 100644 (file)
--- 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
 /*