Skip to content

Commit

Permalink
ssl socket: allow subclasses
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
  • Loading branch information
alyssawilk committed Jun 26, 2024
1 parent a27e451 commit d7b0a8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/common/tls/client_ssl_socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ class ClientSslSocketFactory : public Network::CommonUpstreamTransportSocketFact

Envoy::Ssl::ClientContextSharedPtr sslCtx() override;

private:
protected:
ClientSslSocketFactory(Envoy::Ssl::ClientContextConfigPtr config,
Envoy::Ssl::ContextManager& manager, Stats::Scope& stats_scope,
absl::Status& creation_status);

private:
Envoy::Ssl::ContextManager& manager_;
Stats::Scope& stats_scope_;
SslSocketFactoryStats stats_;
Expand Down

0 comments on commit d7b0a8f

Please sign in to comment.