From 6b7a8078b0155ba81678e71fe53f447f444dce8b Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Thu, 28 Feb 2019 15:28:38 +0300 Subject: [PATCH] * control: use single line comment --- control_tls.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/control_tls.go b/control_tls.go index 25be44d6..0546c5f1 100644 --- a/control_tls.go +++ b/control_tls.go @@ -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