mirror of
https://github.com/libp2p/go-openssl.git
synced 2025-03-25 13:30:07 +08:00
Fix build with openssl 1.0.2d
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.
This commit is contained in:
parent
4d3c3b16ef
commit
a262611e6f
Loading…
Reference in New Issue
Block a user