mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-23 18:56:17 +08:00
8 lines
146 B
Go
8 lines
146 B
Go
//go:build js && wasm
|
|
// +build js,wasm
|
|
|
|
package smx509
|
|
|
|
// Possible certificate files; stop after finding one.
|
|
var certFiles = []string{}
|