mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 21:15:35 +03:00
* control: use single line comment
This commit is contained in:
parent
b8595b87c4
commit
6b7a8078b0
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue