From 01d592a196a854c295773bbd959b52a572adb6d3 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 31 Mar 2024 13:11:59 +0200 Subject: [PATCH] wolfSSL: Include wolfssl/openssl/pem.h Apparently this is needed on some systems including Linux Mint 21.2. Reported by by Juliusz Sosinowicz. --- wolfssl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wolfssl.c b/wolfssl.c index 04108e83..1b1a5e06 100644 --- a/wolfssl.c +++ b/wolfssl.c @@ -37,6 +37,7 @@ #include #include +#include #include #include #include -- 2.39.2