Hi Dennis,
are you planning to add support for LibreSSL? Building against it produces the following linking errors:
/home/buildroot/instance-0/output-1/host/lib/gcc/powerpc64le-buildroot-linux-gnu/13.3.0/../../../../powerpc64le-buildroot-linux-gnu/bin/ld: encrypt_openssl.c:(.text+0x380): undefined reference to EVP_add_cipher' /home/buildroot/instance-0/output-1/host/lib/gcc/powerpc64le-buildroot-linux-gnu/13.3.0/../../../../powerpc64le-buildroot-linux-gnu/bin/ld: encrypt_openssl.o: in functioncrypto_init': encrypt_openssl.c:(.text+0x370): undefined reference to EVP_add_cipher' /home/buildroot/instance-0/output-1/host/lib/gcc/powerpc64le-buildroot-linux-gnu/13.3.0/../../../../powerpc64le-buildroot-linux-gnu/bin/ld: encrypt_openssl.c:(.text+0x380): undefined reference toEVP_add_cipher' collect2: error: ld returned 1 exit status /home/buildroot/instance-0/output-1/host/lib/gcc/powerpc64le-buildroot-linux-gnu/13.3.0/../../../../powerpc64le-buildroot-linux-gnu/bin/ld: encrypt_openssl.o: in function crypto_init': encrypt_openssl.c:(.text+0x370): undefined reference toEVP_add_cipher' /home/buildroot/instance-0/output-1/host/lib/gcc/powerpc64le-buildroot-linux-gnu/13.3.0/../../../../powerpc64le-buildroot-linux-gnu/bin/ld: encrypt_openssl.c:(.text+0x380): undefined reference to `EVP_add_cipher'
EVP_add_cipher' /home/buildroot/instance-0/output-1/host/lib/gcc/powerpc64le-buildroot-linux-gnu/13.3.0/../../../../powerpc64le-buildroot-linux-gnu/bin/ld: encrypt_openssl.o: in function
EVP_add_cipher' /home/buildroot/instance-0/output-1/host/lib/gcc/powerpc64le-buildroot-linux-gnu/13.3.0/../../../../powerpc64le-buildroot-linux-gnu/bin/ld: encrypt_openssl.c:(.text+0x380): undefined reference to
crypto_init': encrypt_openssl.c:(.text+0x370): undefined reference to
See this link for the full buildlog: https://autobuild.buildroot.org/results/06553e40f4782ca3334bfdc0f5a83ca6ff5dea0c/build-end.log
Yegor,
I don't have plans to add LibreSSL support at this time as I haven't gotten any inquiries about it until now. If demand increases, I may revisit this.
Regards, Dennis
Log in to post a comment.
Hi Dennis,
are you planning to add support for LibreSSL? Building against it produces the following linking errors:
/home/buildroot/instance-0/output-1/host/lib/gcc/powerpc64le-buildroot-linux-gnu/13.3.0/../../../../powerpc64le-buildroot-linux-gnu/bin/ld: encrypt_openssl.c:(.text+0x380): undefined reference to
EVP_add_cipher' /home/buildroot/instance-0/output-1/host/lib/gcc/powerpc64le-buildroot-linux-gnu/13.3.0/../../../../powerpc64le-buildroot-linux-gnu/bin/ld: encrypt_openssl.o: in function
crypto_init':encrypt_openssl.c:(.text+0x370): undefined reference to
EVP_add_cipher' /home/buildroot/instance-0/output-1/host/lib/gcc/powerpc64le-buildroot-linux-gnu/13.3.0/../../../../powerpc64le-buildroot-linux-gnu/bin/ld: encrypt_openssl.c:(.text+0x380): undefined reference to
EVP_add_cipher'collect2: error: ld returned 1 exit status
/home/buildroot/instance-0/output-1/host/lib/gcc/powerpc64le-buildroot-linux-gnu/13.3.0/../../../../powerpc64le-buildroot-linux-gnu/bin/ld: encrypt_openssl.o: in function
crypto_init': encrypt_openssl.c:(.text+0x370): undefined reference to
EVP_add_cipher'/home/buildroot/instance-0/output-1/host/lib/gcc/powerpc64le-buildroot-linux-gnu/13.3.0/../../../../powerpc64le-buildroot-linux-gnu/bin/ld: encrypt_openssl.c:(.text+0x380): undefined reference to `EVP_add_cipher'
See this link for the full buildlog: https://autobuild.buildroot.org/results/06553e40f4782ca3334bfdc0f5a83ca6ff5dea0c/build-end.log
Yegor,
I don't have plans to add LibreSSL support at this time as I haven't gotten any inquiries about it until now. If demand increases, I may revisit this.
Regards,
Dennis