Commit 73e51e012fbc54a92f8d3ee703e88e02b1a3a430

Masud Rahman 2017-06-25T18:19:20

cmake_export_symbol: Darwin compatibility The Darwin platform prefixes all C symbols with an underscore. At link-time of a shared library, libressl generates a list of symbols to export, but does not prefix each symbol with an underscore. This commit addresses that issue.