The library tag has no wiki summary.
4
votes
1answer
118 views
Using OpenSSL as a library versus calling output from standalone command in a program being written
In another question about how to use OpenSSL programmatically a community member was writing, one suggestion was to use the system() command whereas another was to include the C headers and work with ...