nim-bearssl/bearssl/cacert.nim
Jacek Sieka cc4e5c54aa
remove non-split api, bump version (#39)
* remove non-split api, bump version
  * 0.1.5 is the last version to support the old ABI
* move cacert to certs/
* add compat shim for abi/cacert
2022-11-21 18:01:21 +01:00

5 lines
71 B
Nim

{.deprecated: "moved to certs/".}
import ./certs/cacert
export cacert