* control: use single line comment
This commit is contained in:
parent
b8595b87c4
commit
6b7a8078b0
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user