Sorry if this turns out to be something daft I have done/not done correctly, I was attempting to sort out some Openssl issues in Hutspot and solved the C issues only to have the linker fail with the following:
spconnect.o:-1: error: undefined reference to symbol ‘BN_num_bits@@OPENSSL_1_1_0’
Which looks to me like it was unable to find the Openssl lib during linking. I am targeting SailfishOS-4.3.0.12-armv7hl.default, the -lssl and -lcrypto options are in the makefile, my understanding is it should link in from the target libs?