gmssl update

This commit is contained in:
henderkes
2026-06-05 10:07:12 +07:00
parent 1ae4a00e10
commit daa694ab2c
2 changed files with 4 additions and 3 deletions

View File

@@ -287,6 +287,7 @@
"support": { "support": {
"BSD": "wip" "BSD": "wip"
}, },
"arg-type": "with-path",
"type": "external", "type": "external",
"source": "ext-gmssl", "source": "ext-gmssl",
"lib-depends": [ "lib-depends": [

View File

@@ -421,9 +421,9 @@
} }
}, },
"gmssl": { "gmssl": {
"type": "ghtar", "type": "git",
"repo": "guanzhi/GmSSL", "url": "https://github.com/guanzhi/GmSSL.git",
"provide-pre-built": true, "rev": "master",
"license": { "license": {
"type": "file", "type": "file",
"path": "LICENSE" "path": "LICENSE"