Skip to content

Commit

Permalink
[civetweb] Don't include <openssl/engine.h>
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
guitargeek committed Oct 28, 2024
1 parent a305376 commit d75eeb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/http/civetweb/civetweb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,6 @@ typedef struct SSL_CTX SSL_CTX;
#include <openssl/conf.h>
#include <openssl/crypto.h>
#include <openssl/dh.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/opensslv.h>
#include <openssl/pem.h>
Expand Down

0 comments on commit d75eeb8

Please sign in to comment.