mirror of
https://github.com/cowboy-coders/nim-openssl-evp
synced 2026-01-02 07:04:46 +00:00
No description
| examples | ||
| src | ||
| aclocal.m4 | ||
| compile | ||
| config.h.in | ||
| configure | ||
| configure.ac | ||
| depcomp | ||
| install-sh | ||
| Makefile.am | ||
| Makefile.in | ||
| missing | ||
| openssl_evp.nimble | ||
| README | ||
OpenSSL EVP wrapper for Nim (formerly Nimrod) to compile nim example: cd examples/ nim c -d:release evp_ex1 you should then be able to run with: ./evp_ex1 to compile the c example: ./configure make you should then be able to run with: examples/evp_ex1_c