No description
Find a file
2015-03-22 18:26:26 +00:00
examples bundle Makefile.in for ./configure 2015-03-08 15:45:39 +00:00
src remove obj_cleanup_defer for version compatibility 2015-03-22 18:26:20 +00:00
aclocal.m4 add aclocal 2014-10-12 12:01:49 +01:00
compile add more automake stuff 2014-10-12 12:06:28 +01:00
config.h.in add more automake stuff 2014-10-12 12:06:28 +01:00
configure initial c example 2014-10-11 20:12:53 +01:00
configure.ac initial c example 2014-10-11 20:12:53 +01:00
depcomp add more automake stuff 2014-10-12 12:06:28 +01:00
install-sh add install-sh 2014-10-12 12:03:17 +01:00
Makefile.am initial c example 2014-10-11 20:12:53 +01:00
Makefile.in bundle Makefile.in for ./configure 2015-03-08 15:45:39 +00:00
missing add more automake stuff 2014-10-12 12:06:28 +01:00
openssl_evp.nimble bump version: should compile on windows 2015-03-22 18:26:26 +00:00
README add nim sources 2014-10-11 20:24:18 +01:00

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