-#ifndef _COMMON_OPENSSL_COMPAT_H
-#define _COMMON_OPENSSL_COMPAT_H
+#ifndef _HAPROXY_OPENSSL_COMPAT_H
+#define _HAPROXY_OPENSSL_COMPAT_H
#ifdef USE_OPENSSL
#include <openssl/bn.h>
#endif
#endif /* USE_OPENSSL */
-#endif /* _COMMON_OPENSSL_COMPAT_H */
+#endif /* _HAPROXY_OPENSSL_COMPAT_H */
#define _PROTO_SSL_SOCK_H
#ifdef USE_OPENSSL
-#include <common/openssl-compat.h>
+#include <haproxy/openssl-compat.h>
#include <types/connection.h>
#include <types/listener.h>
#ifdef USE_OPENSSL
#include <haproxy/api-t.h>
-#include <common/openssl-compat.h>
+#include <haproxy/openssl-compat.h>
#endif
#include <common/mini-clist.h>
#include <haproxy/api-t.h>
#include <common/mini-clist.h>
#include <common/hathreads.h>
-#include <common/openssl-compat.h>
+#include <haproxy/openssl-compat.h>
#include <import/eb32tree.h>
#ifdef USE_OPENSSL
#include <common/mini-clist.h>
-#include <common/openssl-compat.h>
+#include <haproxy/openssl-compat.h>
/* This is used to preload the certificate, private key
* and Cert Chain of a file passed in via the crt
#include <common/buffer.h>
#include <common/hathreads.h>
#include <common/mini-clist.h>
-#include <common/openssl-compat.h>
+#include <haproxy/openssl-compat.h>
/* ***** READ THIS before adding code here! *****
*
#include <haproxy/api.h>
#include <haproxy/base64.h>
#include <common/cfgparse.h>
-#include <common/openssl-compat.h>
+#include <haproxy/openssl-compat.h>
#include <types/ssl_sock.h>
#include <common/mini-clist.h>
#include <common/namespace.h>
#include <common/net_helper.h>
-#include <common/openssl-compat.h>
+#include <haproxy/openssl-compat.h>
#include <common/regex.h>
#include <common/standard.h>
#include <common/time.h>
#include <haproxy/api.h>
#include <common/buffer.h>
-#include <common/openssl-compat.h>
+#include <haproxy/openssl-compat.h>
#include <common/standard.h>
#include <types/sample.h>
#include <common/chunk.h>
#include <common/debug.h>
#include <haproxy/errors.h>
-#include <common/openssl-compat.h>
+#include <haproxy/openssl-compat.h>
#include <common/standard.h>
#include <common/ticks.h>
#include <common/time.h>
#include <common/buffer.h>
-#include <common/openssl-compat.h>
+#include <haproxy/openssl-compat.h>
#include <proto/ssl_sock.h>