wolfSSL: Include wolfssl/openssl/pem.h
authorFabian Keil <fk@fabiankeil.de>
Sun, 31 Mar 2024 11:11:59 +0000 (13:11 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sun, 31 Mar 2024 11:24:52 +0000 (13:24 +0200)
Apparently this is needed on some systems including Linux Mint 21.2.

Reported by by Juliusz Sosinowicz.

wolfssl.c

index 04108e8..1b1a5e0 100644 (file)
--- 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>