summaryrefslogtreecommitdiff
path: root/sys-cluster/ceph/files/ceph-12.2.12-civetweb-openssl-1.1.1.patch
blob: a21bcc9325d8c6f1f0ac0886b79309d68f2c0132 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/civetweb/src/civetweb.c	2017-11-02 10:58:06.000000000 -0700
+++ b/src/civetweb/src/civetweb.c	2019-04-11 17:23:30.736346783 -0700
@@ -851,6 +851,7 @@
 #include <openssl/crypto.h>
 #include <openssl/x509.h>
 #include <openssl/pem.h>
+#include <openssl/engine.h>
 #else
 /* SSL loaded dynamically from DLL.
  * I put the prototypes here to be independent from OpenSSL source