openssl icon indicating copy to clipboard operation
openssl copied to clipboard

Undefined reference to EVP_sha

Open superchalupa opened this issue 8 years ago • 0 comments

/tmp/go-build226287687/github.com/superchalupa/go-redfish/vendor/github.com/spacemonkeygo/openssl/_obj/shim.o: In function X_EVP_sha': vendor/github.com/spacemonkeygo/openssl/shim.c:258: undefined reference to EVP_sha'

I had to #if 0 out these couple of lines to get it to compile. After that, everything worked ok (Didn't test anything related to EVP_sha, so that probably doesnt work.)

Cross compiled for ARM and openssl 1.0.2j

superchalupa avatar Feb 02 '18 17:02 superchalupa