diff --git a/bearssl/cacert.nim b/bearssl/cacert.nim new file mode 100644 index 0000000..8883caa --- /dev/null +++ b/bearssl/cacert.nim @@ -0,0 +1,6 @@ +# TODO it should really be easier to use a pem file instead +{.deprecated: "use bearssl/abi/cacert".} +import + ./abi/cacert + +export cacert.MozillaTrustAnchorsCount, cacert.MozillaTrustAnchors