Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On Fedora 23, the build fails like this: go build # github.com/spacemonkeygo/openssl /usr/bin/ld: $WORK/github.com/spacemonkeygo/openssl/_obj/cert.cgo2.o: undefined reference to symbol 'EVP_dss1@@libcrypto.so.10' /usr/lib64/libcrypto.so.10: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Adding "libcrypto" to the linker flags fixes the issue.
- Loading branch information