mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-24 03:06:18 +08:00
7 lines
123 B
Go
7 lines
123 B
Go
// +build js,wasm
|
|
|
|
package smx509
|
|
|
|
// Possible certificate files; stop after finding one.
|
|
var certFiles = []string{}
|