我希望将一个基于OpenSSL的项目移植到使用OpenSSL的Windows上。我有Visual 2010,我从下载了。
我试图遵循的指示,但找不到任何库文件夹(lib)或dll。我还将获得错误Cannot open include file: 'openssl/openssl.conf.h': No such file or directory,即试图使用的文件,即“
Hostapd编译由于fatal error: openssl/bn.h: No such file or directory错误而终止。/usr/include/openssl/bn.h上已存在bn.h文件。我尝试过apt-get install libcurl4-openssl-dev,但不起作用。
-2.0.13.tar.gz我已经下载了openssl-1.0.2j存档。并向我的cc_library文件中添加了一个BUILD条目。/dh/p512.c:60:24: fatal error: openssl/bn.h: No such file or directory但我不明白为什么这段代码试图在openssl中包
我在windows子系统OpenSSL 18.04上引用如何安装OpenSS1.1.1和libSSL软件包?进行了<#>Ubuntu设置。使用OpenSSL文件编写CPP文件:#include #include fatal error: 'openssl/bn.h'file not found
如果我检查,这个文件存在于/usr/inc
我意识到不能使用OpenSSL 1.0.0中的函数OpenSSL提取n, e, d值,方法是从文件中读取私钥并将其作为参数传递给上述函数。这不是编程问题,我的意思是,我知道如何使用这些函数,但我不知道是否有其他方法可以这样做。实际上,在编译操作期间停止我的警告如下:
warning: implicit declaration of function ‘RSA_get0_key’; did you mean ‘RSA_check_key我在这里检查了手册(),但是似乎<e