]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/anyp/PortCfg.h
Polished names, comments, and code formatting.
[thirdparty/squid.git] / src / anyp / PortCfg.h
index 1e22043f0e248d46cecf52e624c60af15188815a..032e1dc54c70e7726110c3d32905d51399e900bf 100644 (file)
@@ -16,6 +16,7 @@ struct PortCfg {
     ~PortCfg();
     AnyP::PortCfg *clone() const;
 #if USE_SSL
+    /// creates, configures, and validates SSL context and related port options
     void configureSslServerContext();
 #endif