Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't re-export the openssl symbols from our shared object (pyca#3825)
When linking the static lib we want the symbols to not be exported. To convince gcc to do this you must pass -Wl,--exclude-libs,ALL in CFLAGS More info at https://stackoverflow.com/questions/2222162
- Loading branch information