Skip to content

Instantly share code, notes, and snippets.

@arobb
Created August 15, 2016 06:15
Show Gist options
  • Save arobb/ddee930e79ef781bb602ac66f6029cb8 to your computer and use it in GitHub Desktop.
Save arobb/ddee930e79ef781bb602ac66f6029cb8 to your computer and use it in GitHub Desktop.
apt-get install bc
git clone https://github.com/openssl/openssl.git
git checkout OpenSSL_1_0_2-stable
./config enable-egd zlib threads no-ssl2 no-ssl3 no-weak-ssl-ciphers
make depend
make
make test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment