projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d34fee8
)
wolfSSL: Include wolfssl/openssl/pem.h
author
Fabian Keil
<fk@fabiankeil.de>
Sun, 31 Mar 2024 11:11:59 +0000
(13:11 +0200)
committer
Fabian 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
patch
|
blob
|
history
diff --git
a/wolfssl.c
b/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>