Jump to content

Compile OpenSSL v1.0.1j on Apple Silicon M1 Darwin ARM Native


Ghost
 Share

Recommended Posts

You can use my modified repository of OpenSSL v1.0.1j made to work with compiling on the M1 chip from Apple. Some may ask why would you want the old version of OpenSSL? Some applications are dependent upon it, but only do this if you know what you are doing.

886132568_ScreenShot2020-11-21at2_15_00PM.thumb.png.e4d0ce0fa13106412760b93d9a9a3d63.png

Repo: https://github.com/carsenk/openssl10-darwin-arm

git clone https://github.com/carsenk/openssl10-darwin-arm

cd openssl10-darwin-arm

./configure darwin64-arm64-cc no-asm

make

sudo make install

sudo ln -sf /usr/local/ssl/bin/openssl `which openssl`

You can then run openssl version to confirm you are running legacy OpenSSL v1.0.1j on the Apple Silicon M1 chip!

  • Think About It 1

Founder of BlockForums.org - PM me for any help - Join our Discord Server: https://discord.gg/UPpQy3n

100703395-b1ee6600-3360-11eb-82bc-96818c

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...