[Privoxy-commits] [privoxy] 02/03: wolfSSL: Include wolfssl/openssl/pem.h

User Git git at git.privoxy.org
Sun Mar 31 13:37:29 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 01d592a196a854c295773bbd959b52a572adb6d3
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Mar 31 13:11:59 2024 +0200

    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 <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>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list