iCepa / Tor.framework

Tor framework for the iCepa project
Other
245 stars 53 forks source link

Use OpenSSL 3.1.1 #82

Closed fel1x-developer closed 1 year ago

fel1x-developer commented 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}.

tladesignz commented 1 year ago

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.