Created
August 15, 2016 06:15
-
-
Save arobb/ddee930e79ef781bb602ac66f6029cb8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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