* control: use single line comment

This commit is contained in:
Simon Zolin 2019-02-28 15:28:38 +03:00
parent b8595b87c4
commit 6b7a8078b0
1 changed files with 4 additions and 4 deletions

View File

@ -229,10 +229,10 @@ func validatePkey(data *tlsConfigStatus, pkey string) error {
return nil
}
/* Process certificate data and its private key.
All parameters are optional.
On error, return partially set object
with 'WarningValidation' field containing error description. */
// Process certificate data and its private key.
// All parameters are optional.
// On error, return partially set object
// with 'WarningValidation' field containing error description.
func validateCertificates(certChain, pkey, serverName string) tlsConfigStatus {
var data tlsConfigStatus