We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TackOpenSSL.c:(.text+0x9f): undefined reference to OBJ_txt2nid' TackOpenSSL.c:(.text+0xa6): undefined reference toEC_KEY_new_by_curve_name' TackOpenSSL.c:(.text+0xc6): undefined reference to OBJ_txt2nid' TackOpenSSL.c:(.text+0xcd): undefined reference toEC_GROUP_new_by_curve_name' TackOpenSSL.c:(.text+0xf2): undefined reference to EC_POINT_new' TackOpenSSL.c:(.text+0x12d): undefined reference toEC_POINT_oct2point' TackOpenSSL.c:(.text+0x159): undefined reference to EC_KEY_set_public_key' TackOpenSSL.c:(.text+0x167): undefined reference toECDSA_SIG_new' TackOpenSSL.c:(.text+0x19b): undefined reference to BN_bin2bn' TackOpenSSL.c:(.text+0x1cb): undefined reference toBN_bin2bn' TackOpenSSL.c:(.text+0x1e4): undefined reference to SHA256_Init' TackOpenSSL.c:(.text+0x203): undefined reference toSHA256_Update' TackOpenSSL.c:(.text+0x219): undefined reference to SHA256_Final' TackOpenSSL.c:(.text+0x238): undefined reference toECDSA_do_verify' TackOpenSSL.c:(.text+0x294): undefined reference to EC_KEY_free' TackOpenSSL.c:(.text+0x2ad): undefined reference toEC_GROUP_free' TackOpenSSL.c:(.text+0x2c6): undefined reference to EC_POINT_free' TackOpenSSL.c:(.text+0x2df): undefined reference toECDSA_SIG_free' /tmp/ccrNNNy9.o: In function tackOpenSSLHashFunc': TackOpenSSL.c:(.text+0x328): undefined reference toSHA256_Init' TackOpenSSL.c:(.text+0x33e): undefined reference to SHA256_Update' TackOpenSSL.c:(.text+0x354): undefined reference toSHA256_Final' collect2: error: ld returned 1 exit status make: *** [tackc] Error 1
OBJ_txt2nid' TackOpenSSL.c:(.text+0xa6): undefined reference to
OBJ_txt2nid' TackOpenSSL.c:(.text+0xcd): undefined reference to
EC_POINT_new' TackOpenSSL.c:(.text+0x12d): undefined reference to
EC_KEY_set_public_key' TackOpenSSL.c:(.text+0x167): undefined reference to
BN_bin2bn' TackOpenSSL.c:(.text+0x1cb): undefined reference to
SHA256_Init' TackOpenSSL.c:(.text+0x203): undefined reference to
SHA256_Final' TackOpenSSL.c:(.text+0x238): undefined reference to
EC_KEY_free' TackOpenSSL.c:(.text+0x2ad): undefined reference to
EC_POINT_free' TackOpenSSL.c:(.text+0x2df): undefined reference to
tackOpenSSLHashFunc': TackOpenSSL.c:(.text+0x328): undefined reference to
SHA256_Update' TackOpenSSL.c:(.text+0x354): undefined reference to
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TackOpenSSL.c:(.text+0x9f): undefined reference to
OBJ_txt2nid' TackOpenSSL.c:(.text+0xa6): undefined reference to
EC_KEY_new_by_curve_name'TackOpenSSL.c:(.text+0xc6): undefined reference to
OBJ_txt2nid' TackOpenSSL.c:(.text+0xcd): undefined reference to
EC_GROUP_new_by_curve_name'TackOpenSSL.c:(.text+0xf2): undefined reference to
EC_POINT_new' TackOpenSSL.c:(.text+0x12d): undefined reference to
EC_POINT_oct2point'TackOpenSSL.c:(.text+0x159): undefined reference to
EC_KEY_set_public_key' TackOpenSSL.c:(.text+0x167): undefined reference to
ECDSA_SIG_new'TackOpenSSL.c:(.text+0x19b): undefined reference to
BN_bin2bn' TackOpenSSL.c:(.text+0x1cb): undefined reference to
BN_bin2bn'TackOpenSSL.c:(.text+0x1e4): undefined reference to
SHA256_Init' TackOpenSSL.c:(.text+0x203): undefined reference to
SHA256_Update'TackOpenSSL.c:(.text+0x219): undefined reference to
SHA256_Final' TackOpenSSL.c:(.text+0x238): undefined reference to
ECDSA_do_verify'TackOpenSSL.c:(.text+0x294): undefined reference to
EC_KEY_free' TackOpenSSL.c:(.text+0x2ad): undefined reference to
EC_GROUP_free'TackOpenSSL.c:(.text+0x2c6): undefined reference to
EC_POINT_free' TackOpenSSL.c:(.text+0x2df): undefined reference to
ECDSA_SIG_free'/tmp/ccrNNNy9.o: In function
tackOpenSSLHashFunc': TackOpenSSL.c:(.text+0x328): undefined reference to
SHA256_Init'TackOpenSSL.c:(.text+0x33e): undefined reference to
SHA256_Update' TackOpenSSL.c:(.text+0x354): undefined reference to
SHA256_Final'collect2: error: ld returned 1 exit status
make: *** [tackc] Error 1
The text was updated successfully, but these errors were encountered: