wget https://www.openssl.org/source/openssl-1.1.1s.tar.gz
tar zxvf openssl-1.1.1s.tar.gz
cd openssl-1.1.1s
mkdir ssltmp
./config no-asm -shared –prefix=ssltmp
vi Makefile
將-m64拿掉
加入CROSS_COMPILE=/opt/openwrt-x86-toolchain_v22_03_2/bin/x86_64-openwrt-linux-
make -j4
==============================================================