Closed fel1x-developer closed 1 year ago
OpenSSL 1.1 will be EOL on September 11th. Through Homebrew, I found out that Tor works with OpenSSL 3. (See https://github.com/Homebrew/homebrew-core/pull/134392)
Tor's ./configure fails to get OpenSSL header information with current script. I modified openssl.sh so that header files built during build process can be copied to ${BUILT_PRODUCTS_DIR}.
./configure
openssl.sh
${BUILT_PRODUCTS_DIR}
Sorry, it took me a while to get around to this. Looks good! Thank you for the effort! Cannot merge anymore, though. I'll apply the changes manually.
OpenSSL 1.1 will be EOL on September 11th. Through Homebrew, I found out that Tor works with OpenSSL 3. (See https://github.com/Homebrew/homebrew-core/pull/134392)
Tor's
./configure
fails to get OpenSSL header information with current script. I modifiedopenssl.sh
so that header files built during build process can be copied to${BUILT_PRODUCTS_DIR}
.