commit | ddfbd83780de0f140fc7195d1a16953ec18ef37a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Nov 08 14:33:36 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 08 14:33:36 2017 +0100 |
tree | 6fd5f9394694153a9b89f03bbfccf860094924f5 | |
parent | 46c9d3e6cb47822b6372c6bb538a47ced8ad0141 [diff] |
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.