当你遇到编译错误 fatal error: openssl/bio.h: 没有那个文件或目录 时,通常意味着编译器在搜索路径中找不到 OpenSSL 的头文件。以下是针对此问题的逐步解决方案: 确认系统中是否已安装OpenSSL库: 在Linux系统中,你可以使用命令 openssl version 来检查OpenSSL是否已安装。 在Windows系统中,可以通过控制面板或程序...
* * http://www.apache.org/licenses/LICENSE-2.0 */ #ifndef OPENSSL_BIO_H #define OPENSSL_BIO_H #include <stdio.h> #ifdef __cplusplus extern "C" { #endif typedef void BIO_METHOD; const BIO_METHOD *BIO_s_mem(void); typedef FILE BIO; BIO *BIO_new(const BIO_METHOD...
ssl_io_completion.h File Reference #include <openssl/bio.h> #include <utility> #include "mysql/harness/tls_error.h" #include "tls/details/flexible_buffer.h" #include "tls/details/lower_layer_completion.h" #include "tls/details/ssl_operation.h" ...
1idzlfo/openssl-1.0.2f/crypto' /usr/bin/perl ../util/mkbuildinf.pl "cc -I. -I.. -I../include -O" "dist" >buildinf.h make[1]: *** No rule to make target '../include/openssl/bio.h', needed by 'cryptlib.o'. Stop. make[1]: Leaving directory '/tmp/openssl20160216-6806...
#include <openssl/ossl_typ.h> #include <openssl/bio.h> #include <openssl/lhash.h> #include <errno.h> Go to the source code of this file. Classes struct err_state_st struct ERR_string_data_st Macros #define ERR_PUT_error(a, b, c, d, e) ERR_put_error(a,b,c,d,e) #define...
LuaDist/opensslPublic archive Notifications Fork30 Star19 Files master MacOS Netware VMS apps bugs certs cmake crypto demos doc engines include/openssl aes.h asn1.h asn1_mac.h asn1t.h bio.h blowfish.h bn.h buffer.h camellia.h cast.h ...
include/openssl asn1.h bio.h bn.h conf.h crypto.h dh.h err.h evp.h hmac.h opensslv.h pem.h rand.h rsa.h ssl.h symhacks.h x509.h x509_vfy.h x509v3.h src .gitignore CMakeLists.txt LICENSE README.mdBreadcrumbs OpenSSL-Compatibility-Layer /include /openssl / ...
* * http://www.apache.org/licenses/LICENSE-2.0 */ #ifndef OPENSSL_PEM_H #define OPENSSL_PEM_H #include <openssl/dh.h> #include <openssl/evp.h> #include <openssl/bio.h> #include <openssl/x509.h> #ifdef __cplusplus extern "C" { #endif typedef int (pem_password_c...
__DECC_INCLUDE_PROLOGUE.H aes.h asn1.h asn1_mac.h asn1err.h asn1t.h async.h asyncerr.h bio.h bioerr.h blowfish.h bn.h bnerr.h buffer.h buffererr.h camellia.h cast.h cmac.h cms.h cmserr.h comp.h comperr.h conf.h conf_api.h confer...
Clone of the android-ndk-openssl repo @ git://git.strongswan.org/android-ndk-openssl.git - android-ndk-openssl/include/openssl/rsa.h at master · aquto/android-ndk-openssl