* control: use single line comment

This commit is contained in:
Simon Zolin 2019-02-28 15:28:38 +03:00
parent b8595b87c4
commit 6b7a8078b0

View File

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