lib/rsa/rsa-sign.c:279:21: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}'
if (BN_num_bits(key->e) > 64)
^~
scripts/Makefile.host:134: recipe for target 'tools/lib/rsa/rsa-sign.o' failed
通过降级openssl解决
sudo apt install libssl1.0-dev
本文介绍了解决在编译过程中遇到的OpenSSL错误:尝试对不完整的类型'RSA{aka struct rsa_st}
1964

被折叠的 条评论
为什么被折叠?



