Skip to content

Commit

Permalink
Add ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
maskit committed Aug 20, 2024
1 parent ae42e3b commit 03213c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/iocore/net/SSLClientCoordinator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
#include "P_SSLClientCoordinator.h"
#include "P_SSLConfig.h"
#include "iocore/net/SSLSNIConfig.h"
#if TS_USE_QUIC == 1
#include "iocore/net/QUICMultiCertConfigLoader.h"
#endif

std::unique_ptr<ConfigUpdateHandler<SSLClientCoordinator>> sslClientUpdate;

Expand All @@ -37,7 +39,9 @@ SSLClientCoordinator::reconfigure()
SSLConfig::reconfigure();
SNIConfig::reconfigure();
SSLCertificateConfig::reconfigure();
#if TS_USE_QUIC == 1
QUICCertConfig::reconfigure();
#endif
}

void
Expand Down

0 comments on commit 03213c4

Please sign in to comment.