Skip to content

Instantly share code, notes, and snippets.

@oaleynik
Last active August 29, 2015 14:13
Show Gist options
  • Save oaleynik/3d3c312b917e2ba7af9c to your computer and use it in GitHub Desktop.
Save oaleynik/3d3c312b917e2ba7af9c to your computer and use it in GitHub Desktop.

To Update to 1.0.1l (This is the most 'up to date' OpenSSL, but is a major revision to the system OpenSSL and consequently carries more risk than the minor revision above.).

Open up ‘Terminal’ under /Applications/Utilities and execute:

curl -O https://www.openssl.org/source/openssl-1.0.1l.tar.gz
tar zxvf openssl-1.0.1l.tar.gz
cd openssl-*
./Configure --prefix=/usr/ darwin64-x86_64-cc
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment