In buildroot configuration, selecting 'Target architecture variant' i386 and then running on 80386sx processor makes libcrypto generate SIGILL (running ssh, openvpn etc ). For this configuration, parametter "386" should be passed to configure script of openssl.
Created attachment 3151 [details] Fix i386 target for openssl Give this patch a try, it should fix your problem.
Committed, thanks