mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 22:40:01 -04:00
don't include certs in wasm
This commit is contained in:
parent
2e6fba2c3b
commit
2f3ea36ab4
3 changed files with 1 additions and 13 deletions
|
@ -65,7 +65,7 @@ function get_version() {
|
|||
}
|
||||
|
||||
function get_cacert() {
|
||||
return UTF8ToString(_get_cacert());
|
||||
return ":(";
|
||||
}
|
||||
|
||||
function setup_main_session() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue