undefined reference toERR_clear_error' undefined reference toSSL_load_error_strings' undefined reference toSSL_free' undefined reference toSSL_write' undefined reference toSSL_set_fd' undefined reference toBIO_new_mem_buf' undefined reference toSSL_CTX_use_PrivateKey_file' undefined reference toSSL_...
Previously, MemBio::get_buf called slice::from_raw_parts with a null-pointer, which violates the functions invariants, leading to undefined behavior. In debug builds this would produce an assertion failure. This is now fixed. References sfackler/rust-openssl#2266 sfackler/rust-openssl@aef36e0 ...
All error/warnings: drivers/built-in.o: In function `psb_driver_load': psb_drv.c:(.text+0x130b26): undefined reference to `acpi_video_register' drivers/built-in.o: In function `tfe8096p_tuner_attach': dib0700_devices.c:(.text+0x3934bd): undefined reference to `dib8096p_get_i2c_t...
Description While trying to build libcurl with openssl 3.0.15(3.0.x is the version that will be maintained for the longest time) i m getting an error. https://github.com/curl/curl/blob/master/lib/vtls/openssl.c#L4294-L4301 what i see is ...
Hello OpenSSL, I've been trying to build OpenSSL version 3.2.1 on AIX 7.1 with GCC 11.3.0. The build fails with undefined references to sendmmsg which is used in crypto/bio/bss_dgram.c. The reason for this is that the sendmmsg functional...
staticRSA*read_public_key(conststring&pubkeyStr) {BIO*bio=NULL;RSA*rsa=NULL;char*chPublicKey=const_cast<char*>(pubkeyStr.c_str());if(NULL==(bio=BIO_new_mem_buf(chPublicKey,-1))) {fprintf(stderr,"BIO_new_mem_buf failed!\n");returnNULL; }rsa=PEM_read_bio_RSA_PUBKEY(bio,NULL,...
BFD: lvm.o: plugin needed to handle lto object BFD: lzio.o: plugin needed to handle lto object BFD: strbuf.o: plugin needed to handle lto object BFD: fpconv.o: plugin needed to handle lto object BFD: lauxlib.o: plugin needed to handle lto object ...