Hi Thomas, On Fri, Nov 11, 2016 at 05:33:55PM +0100, Thomas Heil wrote: > > Lede has OPENSSL_WITH_DEPRECATED menuconfig [1], which defaults to yes > > (so a default LEDE build should be fine). > > > > Can you confirm your config has OPENSSL_WITH_DEPRECATED = y? > > > > Wow, nice hint. Well I added OPENSSL_WITH_DEPRECATED as depency now > > > Also can you post the output of "openssl version -a" please? That would > > have to come from the executable though; so on the destination machine > > in your cross-compile situation. > > > > > will do that later. (...)
And for what it's worth, we do use haproxy-1.6 and openssl-1.0.2 on the GL-iNet platform without any problem. It's ath79-based, which is nothing more than an updated ar71xx (a mips-24kc as well, AR9331 to be exact). We do it on our own distro however, building openssl for OS "linux-generic32". So I think Lukas is right, you might be missing some deprecated stuff. Also you may want to check if openwrt's openssl doesn't have some patches to strip down the resulting libraries by removing useless stuff, which would cause the issue you're facing. Cheers, Willy

