From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 31 Mar 2024 11:11:59 +0000 (+0200)
Subject: wolfSSL: Include wolfssl/openssl/pem.h
X-Git-Tag: v_4_0_0~72
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/developer-manual/static/@default-cgi@show-url-info?a=commitdiff_plain;h=01d592a196a854c295773bbd959b52a572adb6d3;p=privoxy.git

wolfSSL: Include wolfssl/openssl/pem.h

Apparently this is needed on some systems including Linux Mint 21.2.

Reported by by Juliusz Sosinowicz.
---

diff --git a/wolfssl.c b/wolfssl.c
index 04108e83..1b1a5e06 100644
--- a/wolfssl.c
+++ b/wolfssl.c
@@ -37,6 +37,7 @@
 
 #include <wolfssl/options.h>
 #include <wolfssl/openssl/x509v3.h>
+#include <wolfssl/openssl/pem.h>
 #include <wolfssl/ssl.h>
 #include <wolfssl/wolfcrypt/coding.h>
 #include <wolfssl/wolfcrypt/rsa.h>