From 5bd9c1b60d883759b7591866b1fc20544f80fc30 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Mon, 21 Dec 2020 15:45:12 +0700 Subject: [PATCH] fix for haproxy build --- wolfssl/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/internal.h b/wolfssl/internal.h index 532a68f29..73581fe90 100644 --- a/wolfssl/internal.h +++ b/wolfssl/internal.h @@ -4307,7 +4307,7 @@ struct WOLFSSL { #ifdef WOLFSSL_STATIC_EPHEMERAL StaticKeyExchangeInfo_t staticKE; #endif -#ifdef OPENSSL_ALL +#if defined(OPENSSL_ALL) || defined(WOLFSSL_HAPROXY) /* Added in libest port: allow applications to get the 'tls-unique' Channel * Binding Type (https://tools.ietf.org/html/rfc5929#section-3). This is * used in the EST protocol to bind an enrollment to a TLS session through