Skip to content

Commit d75eeb8

Browse files
committed
[civetweb] Don't include <openssl/engine.h>
We don't use it in our configuration of civetweb, and it will be removed in upcoming versions of Fedora and RHEL: dotnet/runtime#104775 (comment)
1 parent a305376 commit d75eeb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/http/civetweb/civetweb.c

-1
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,6 @@ typedef struct SSL_CTX SSL_CTX;
17441744
#include <openssl/conf.h>
17451745
#include <openssl/crypto.h>
17461746
#include <openssl/dh.h>
1747-
#include <openssl/engine.h>
17481747
#include <openssl/err.h>
17491748
#include <openssl/opensslv.h>
17501749
#include <openssl/pem.h>

0 commit comments

Comments
 (0)