mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-24 14:33:16 +00:00
BUILD: shctx: do not depend on openssl anymore
The build breaks on a machine without openssl/crypto.h because shctx still loads openssl-compat.h while it doesn't need it anymore since the code was moved : In file included from src/shctx.c:20:0: include/proto/openssl-compat.h:3:28: fatal error: openssl/crypto.h: No such file or directory #include <openssl/crypto.h> Just remove include openssl-compat from shctx.
This commit is contained in:
parent
46c9d3e6cb
commit
ddfbd83780
@ -17,7 +17,6 @@
|
||||
#include <types/global.h>
|
||||
#include <common/mini-clist.h>
|
||||
#include "proto/shctx.h"
|
||||
#include <proto/openssl-compat.h>
|
||||
|
||||
#if !defined (USE_PRIVATE_CACHE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user