fix for haproxy build

This commit is contained in:
Jacob Barthelmeh
2020-12-21 15:45:12 +07:00
parent 4de1c1b037
commit 5bd9c1b60d

View File

@ -4307,7 +4307,7 @@ struct WOLFSSL {
#ifdef WOLFSSL_STATIC_EPHEMERAL #ifdef WOLFSSL_STATIC_EPHEMERAL
StaticKeyExchangeInfo_t staticKE; StaticKeyExchangeInfo_t staticKE;
#endif #endif
#ifdef OPENSSL_ALL #if defined(OPENSSL_ALL) || defined(WOLFSSL_HAPROXY)
/* Added in libest port: allow applications to get the 'tls-unique' Channel /* Added in libest port: allow applications to get the 'tls-unique' Channel
* Binding Type (https://tools.ietf.org/html/rfc5929#section-3). This is * 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 * used in the EST protocol to bind an enrollment to a TLS session through